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']}": }
 
 }