3
0

adding test

This commit is contained in:
Arne Teuke
2025-02-25 23:49:16 +01:00
parent 0f7d1dd423
commit 8971fe683b

View File

@@ -15,4 +15,10 @@ class puppet_cd::main::config (
if $fqdn == $pt_puppetmaster {
notify {"Me Puppetmasster":}
}
if $fqdn != $pt_puppetmaster {
notify {"BAA":}
}
}