3
0

adding test

This commit is contained in:
Arne Teuke
2025-02-26 01:03:26 +01:00
parent 7eaab6cc39
commit a72460de44
2 changed files with 5 additions and 9 deletions

View File

@@ -7,14 +7,10 @@ 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": }
#}
if $facts['fqdn'] == $server_facts['servername'] {
notify { "This is the Puppet master node": }
}
#if $fqdn == $pt_puppetmaster {
# notify {"Me Puppetmasster":}
@@ -27,6 +23,6 @@ class puppet_cd::main::config (
# Notify the node's FQDN
#notify { "This node's FQDN is ${facts['fqdn']}": }
notify { " FQDN is $fqdn": }
notify { " FQDN is ${fqdn}": }
}