From c3740d81c724113ec95bed71acbbb09347ce9825 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 26 Feb 2025 00:31:04 +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 11e4a90..749593c 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -10,7 +10,7 @@ class puppet_cd::main::config ( # test # Debug all facts - notify { "All facts: ${facts}": } + notify { "All facts: ${facts} | grep fqdn": } #if $facts['fqdn'] == $server_facts['servername'] {