From 67646d8d19576b14f6c9b1610a5afe24cf40d2c8 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sun, 2 Aug 2026 13:58:15 +0200 Subject: [PATCH] Recommit for updates in build 19 --- .../confdroid_puppet_3A_3Amain_3A_3Adirs.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/puppet_classes/confdroid_puppet_3A_3Amain_3A_3Adirs.html b/doc/puppet_classes/confdroid_puppet_3A_3Amain_3A_3Adirs.html index bb7c404..a89c6a6 100644 --- a/doc/puppet_classes/confdroid_puppet_3A_3Amain_3A_3Adirs.html +++ b/doc/puppet_classes/confdroid_puppet_3A_3Amain_3A_3Adirs.html @@ -130,7 +130,10 @@ 32 33 34 -35 +35 +36 +37 +38
# File 'manifests/main/dirs.pp', line 6
@@ -152,9 +155,9 @@ class confdroid_puppet::main::dirs (
     seluser  => system_u,
   }
 
-  file { $pt_puppet_dir:
+  file { $pt_puppetdir:
     ensure   => directory,
-    path     => $pt_puppet_dir,
+    path     => $pt_puppetdir,
     owner    => 'root',
     group    => 'root',
     mode     => '0755',
@@ -164,6 +167,9 @@ class confdroid_puppet::main::dirs (
     seluser  => system_u,
   }
 
+  if $fqdn == $pt_pm_fqdn {
+    # server dirs here
+  }
 }