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 cd98ab5..be271c7 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html @@ -126,7 +126,9 @@ 28 29 30 -31 +31 +32 +33
# File 'manifests/main/config.pp', line 6
@@ -138,7 +140,9 @@ class puppet_cd::main::config (
# test
# Debug all facts
- notify { "All facts: ${facts} | grep fqdn": }
+ notify { "All facts: ${facts} ": }
+ # fqdn
+ notify { "All facts: ${facts} ": }
#if $facts['fqdn'] == $server_facts['servername'] {
@@ -154,7 +158,7 @@ class puppet_cd::main::config (
#}
# Notify the node's FQDN
-# notify { "This node's FQDN is ${facts['fqdn']}": }
+notify { "This node's FQDN is ${facts['fqdn']}": }
}