From 2b92a578946d721ebf03a1f303cb43855d50e1a3 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 26 Feb 2025 00:46:50 +0100 Subject: [PATCH] adding test --- manifests/main/config.pp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/manifests/main/config.pp b/manifests/main/config.pp index 79f1228..db50504 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -11,10 +11,7 @@ class puppet_cd::main::config ( # Debug all facts notify { "All facts: ${facts} ": } - # fqdn - notify { "All facts: ${facts} ": } - - + #if $facts['fqdn'] == $server_facts['servername'] { # notify { "This is the Puppet master node": } #}