From 2a9b9ddb1cf33d93a0ee1524fb6702a79c08ab72 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Wed, 26 Feb 2025 02:00:30 +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 6b5f539..f437985 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -9,12 +9,12 @@ class puppet_cd::main::files ( include 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 +# } }