diff --git a/manifests/main/config.pp b/manifests/main/config.pp index 777e4f7..5361a7c 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -8,6 +8,11 @@ class puppet_cd::main::config ( ) inherits puppet_cd::params { # test + + # Debug all facts + notify { "All facts: ${facts}": } + + if $facts['fqdn'] == $server_facts['servername'] { notify { "This is the Puppet master node": } }