3
0

adding test

This commit is contained in:
Arne Teuke
2025-02-26 01:06:30 +01:00
parent a72460de44
commit 46019ecd0b

View File

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