From 46da51b8e97bb37579cbea029508874ece46c8be Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 26 Feb 2025 00:15:49 +0100 Subject: [PATCH] adding test --- manifests/main/config.pp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifests/main/config.pp b/manifests/main/config.pp index 777e4f7..5361a7c 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -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": } }