From f916299fca6122bbe50dd42ab113357086c4b867 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 26 Feb 2025 02:35:05 +0100 Subject: [PATCH] add class chain --- manifests/main/files.pp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 444b356..5e0e127 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -9,12 +9,12 @@ class puppet_cd::main::files ( require puppet_cd::main::dirs -# if $fqdn == $pt_puppetmaster { -# # server files -# } + if $fqdn == $pt_puppetmaster { + # server files + } -# if $fqdn != $pt_puppetmaster { -# # client files -# } + if $fqdn != $pt_puppetmaster { + # client files + } }