adding test
This commit is contained in:
@@ -10,8 +10,8 @@ class puppet_cd::main::config (
|
||||
# test
|
||||
|
||||
# Debug all facts
|
||||
notify { "All facts: ${facts} ": }
|
||||
|
||||
#notify { "All facts: ${facts} ": }
|
||||
|
||||
#if $facts['fqdn'] == $server_facts['servername'] {
|
||||
# notify { "This is the Puppet master node": }
|
||||
#}
|
||||
@@ -25,8 +25,8 @@ 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']}": }
|
||||
|
||||
notify { " FQDN is ${fqdn}": }
|
||||
notify { " FQDN is $fqdn": }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user