diff --git a/manifests/main/config.pp b/manifests/main/config.pp index 61eb9c0..79f1228 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -30,4 +30,6 @@ class puppet_cd::main::config ( # Notify the node's FQDN notify { "This node's FQDN is ${facts['fqdn']}": } +notify { " FQDN is ${fqdn}": } + }