From f18f2840bcf2edda277e4186a3c0322058b811cf Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Wed, 26 Feb 2025 00:19:57 +0100 Subject: [PATCH] recommit for updates in build 13 --- .../puppet_cd_3A_3Amain_3A_3Aconfig.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html index 3dd60de..61baf3a 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html @@ -141,20 +141,20 @@ class puppet_cd::main::config ( notify { "All facts: ${facts}": } - if $facts['fqdn'] == $server_facts['servername'] { - notify { "This is the Puppet master node": } - } + #if $facts['fqdn'] == $server_facts['servername'] { + # notify { "This is the Puppet master node": } + #} - if $fqdn == $pt_puppetmaster { - notify {"Me Puppetmasster":} - } + #if $fqdn == $pt_puppetmaster { + # notify {"Me Puppetmasster":} + #} - if $fqdn != $pt_puppetmaster { - notify {"BAA":} - } + #if $fqdn != $pt_puppetmaster { + # notify {"BAA":} + #} # Notify the node's FQDN - notify { "This node's FQDN is ${facts['fqdn']}": } +# notify { "This node's FQDN is ${facts['fqdn']}": } }