diff --git a/manifests/main/config.pp b/manifests/main/config.pp index aa05d28..d0c4597 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -11,4 +11,8 @@ class puppet_cd::main::config ( if $facts['fqdn'] == $server_facts['servername'] { notify { "This is the Puppet master node": } } + + if $fqdn == $pt_puppetmaster { + notify {"Me Puppetmasster":} + } }