From d71d0fc9c63987d17824a6f17e8ed05276c6725d Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Wed, 26 Feb 2025 00:41:57 +0100 Subject: [PATCH] recommit for updates in build 16 --- doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html | 6 +++++- 1 file changed, 5 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 be271c7..a3180cd 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html @@ -128,7 +128,9 @@ 30 31 32 -33 +33 +34 +35
# File 'manifests/main/config.pp', line 6
@@ -160,6 +162,8 @@ class puppet_cd::main::config (
 # Notify the node's FQDN
 notify { "This node's FQDN is ${facts['fqdn']}": }
 
+notify { " FQDN is ${fqdn}": }
+
 }