adding test
This commit is contained in:
@@ -10,7 +10,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'] {
|
||||
@@ -26,6 +28,6 @@ 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']}": }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user