From 0f7d1dd423026c45f846254b8221ef4058e7376e Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 25 Feb 2025 23:36:36 +0100 Subject: [PATCH] adding test --- manifests/main/config.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/main/config.pp b/manifests/main/config.pp index aa05d28..d0c4597 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -11,4 +11,8 @@ class puppet_cd::main::config ( if $facts['fqdn'] == $server_facts['servername'] { notify { "This is the Puppet master node": } } + + if $fqdn == $pt_puppetmaster { + notify {"Me Puppetmasster":} + } }