From 8971fe683b7636445fbf0b430467608a4552d596 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 25 Feb 2025 23:49:16 +0100 Subject: [PATCH] adding test --- manifests/main/config.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifests/main/config.pp b/manifests/main/config.pp index d0c4597..d7df985 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -15,4 +15,10 @@ class puppet_cd::main::config ( if $fqdn == $pt_puppetmaster { notify {"Me Puppetmasster":} } + + if $fqdn != $pt_puppetmaster { + notify {"BAA":} + } + + }