From 3ba496ecc74b698da5eb845fb8ccb3fd9f69bcfc Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Wed, 26 Feb 2025 00:16:28 +0100 Subject: [PATCH] recommit for updates in build 12 --- .../puppet_cd_3A_3Amain_3A_3Aconfig.html | 12 +++++++++++- 1 file changed, 11 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 698feed..3dd60de 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html @@ -121,7 +121,12 @@ 23 24 25 -26 +26 +27 +28 +29 +30 +31
# File 'manifests/main/config.pp', line 6
@@ -131,6 +136,11 @@ class puppet_cd::main::config (
 ) inherits puppet_cd::params  {
 
   # test
+
+   # Debug all facts
+  notify { "All facts: ${facts}": }
+
+
   if $facts['fqdn'] == $server_facts['servername'] {
     notify { "This is the Puppet master node": }
   }