1
0
Fork 0
puppet-walkthru/manifests/6-facts-example.pp

5 lines
84 B
ObjectPascal
Raw Normal View History

2013-12-02 20:58:23 -05:00
notify { "${::osfamily}": }
notify { "${::ipaddress}": }
notify { "${::uptime}": }