From 39ee9e4b459a1891b48b79c20d29adbe6c6063ed Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Tue, 25 Feb 2025 23:49:57 +0100 Subject: [PATCH] recommit for updates in build 8 --- .../puppet_cd_3A_3Amain_3A_3Aconfig.html | 14 +++++++++++++- 1 file changed, 13 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 072eb56..6074dc4 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html @@ -113,7 +113,13 @@ 15 16 17 -18 +18 +19 +20 +21 +22 +23 +24
# File 'manifests/main/config.pp', line 6
@@ -130,6 +136,12 @@ class puppet_cd::main::config (
   if $fqdn  == $pt_puppetmaster {
       notify {"Me Puppetmasster":}
   }
+
+  if $fqdn  != $pt_puppetmaster {
+      notify {"BAA":}
+  }
+
+
 }