From 184140cf1dd99eed591b32d137cc98db335ddba4 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Tue, 25 Feb 2025 23:37:21 +0100 Subject: [PATCH] recommit for updates in build 7 --- .../puppet_cd_3A_3Amain_3A_3Aconfig.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 67a1c80..072eb56 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html @@ -109,7 +109,11 @@ 11 12 13 -14 +14 +15 +16 +17 +18
# File 'manifests/main/config.pp', line 6
@@ -122,6 +126,10 @@ 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":}
+  }
 }