SHow facts usage
This commit is contained in:
parent
ba7f8d5d80
commit
ff6f121044
1 changed files with 4 additions and 0 deletions
4
manifests/6-facts-example.pp
Normal file
4
manifests/6-facts-example.pp
Normal file
|
@ -0,0 +1,4 @@
|
|||
notify { "${::osfamily}": }
|
||||
notify { "${::ipaddress}": }
|
||||
notify { "${::uptime}": }
|
||||
|
Loading…
Reference in a new issue