adding test
This commit is contained in:
@@ -8,6 +8,11 @@ class puppet_cd::main::config (
|
||||
) inherits puppet_cd::params {
|
||||
|
||||
# test
|
||||
|
||||
# Debug all facts
|
||||
notify { "All facts: ${facts}": }
|
||||
|
||||
|
||||
if $facts['fqdn'] == $server_facts['servername'] {
|
||||
notify { "This is the Puppet master node": }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user