1
0
Fork 0
puppet-walkthru/manifests/6-facts-example.pp
2013-12-02 20:58:23 -05:00

4 lines
84 B
Puppet

notify { "${::osfamily}": }
notify { "${::ipaddress}": }
notify { "${::uptime}": }