From 46019ecd0b85cc073e0ca6a89428e241348fae7c Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 26 Feb 2025 01:06:30 +0100 Subject: [PATCH] adding test --- manifests/main/config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/main/config.pp b/manifests/main/config.pp index a504e5e..f4c61c4 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -8,7 +8,7 @@ class puppet_cd::main::config ( ) inherits puppet_cd::params { - if $facts['fqdn'] == $server_facts['servername'] { + if $fqdn == $pt_puppetmaster { notify { "This is the Puppet master node": } }