diff --git a/manifests/6-facts-example.pp b/manifests/6-facts-example.pp new file mode 100644 index 0000000..4ab1bf2 --- /dev/null +++ b/manifests/6-facts-example.pp @@ -0,0 +1,4 @@ +notify { "${::osfamily}": } +notify { "${::ipaddress}": } +notify { "${::uptime}": } +