diff --git a/manifests/main/config.pp b/manifests/main/config.pp index a504e5e..f4c61c4 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -8,7 +8,7 @@ class puppet_cd::main::config ( ) inherits puppet_cd::params { - if $facts['fqdn'] == $server_facts['servername'] { + if $fqdn == $pt_puppetmaster { notify { "This is the Puppet master node": } }