From 6ba49c01e73122b68feef086385cf63c75bc1012 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 26 Feb 2025 15:48:13 +0100 Subject: [PATCH] fix config --- manifests/main/config.pp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/manifests/main/config.pp b/manifests/main/config.pp index 9f78516..69856c3 100644 --- a/manifests/main/config.pp +++ b/manifests/main/config.pp @@ -5,10 +5,8 @@ ############################################################################### class puppet_cd::main::config ( -) inherits puppet_cd::params { - - if $fqdn == $pt_puppetmaster { +) inherits puppet_cd::params { + if $fqdn == $pt_pm_fqdn { include puppet_cd::server::service } - }