From 0d8f68dadcb81e596485b82c923860c80d42b376 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Wed, 26 Feb 2025 00:01:27 +0100 Subject: [PATCH] recommit for updates in build 9 --- 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 6074dc4..698feed 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html @@ -119,7 +119,9 @@ 21 22 23 -24 +24 +25 +26
# File 'manifests/main/config.pp', line 6
@@ -141,6 +143,8 @@ class puppet_cd::main::config (
       notify {"BAA":}
   }
 
+# Notify the node's FQDN
+  notify { "This node's FQDN is ${facts['fqdn']}": }
 
 }