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}": }
+
}