3
0

adding test

This commit is contained in:
Arne Teuke
2025-02-25 23:36:36 +01:00
parent 0fee723db6
commit 0f7d1dd423

View File

@@ -11,4 +11,8 @@ class puppet_cd::main::config (
if $facts['fqdn'] == $server_facts['servername'] {
notify { "This is the Puppet master node": }
}
if $fqdn == $pt_puppetmaster {
notify {"Me Puppetmasster":}
}
}