3
0

adding test

This commit is contained in:
Arne Teuke
2025-02-26 00:15:49 +01:00
parent 0a2c113474
commit 46da51b8e9

View File

@@ -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": }
}