diff --git a/manifests/main/config.pp b/manifests/main/config.pp index 79f1228..db50504 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -11,10 +11,7 @@ class puppet_cd::main::config ( # Debug all facts notify { "All facts: ${facts} ": } - # fqdn - notify { "All facts: ${facts} ": } - - + #if $facts['fqdn'] == $server_facts['servername'] { # notify { "This is the Puppet master node": } #}