From cd8defcf9c73a3709076296e394336c855f8ff34 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sun, 2 Aug 2026 13:52:54 +0200 Subject: [PATCH] Recommit for updates in build 17 --- .../confdroid_puppet_3A_3Amain_3A_3Adirs.html | 28 ++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) 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 4aa6f3f..bb7c404 100644 --- a/doc/puppet_classes/confdroid_puppet_3A_3Amain_3A_3Adirs.html +++ b/doc/puppet_classes/confdroid_puppet_3A_3Amain_3A_3Adirs.html @@ -117,7 +117,20 @@ 19 20 21 -22 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35
# File 'manifests/main/dirs.pp', line 6
@@ -138,6 +151,19 @@ class confdroid_puppet::main::dirs (
     seltype  => puppet_etc_t,
     seluser  => system_u,
   }
+
+  file { $pt_puppet_dir:
+    ensure   => directory,
+    path     => $pt_puppet_dir,
+    owner    => 'root',
+    group    => 'root',
+    mode     => '0755',
+    selrange => s0,
+    selrole  => object_r,
+    seltype  => puppet_etc_t,
+    seluser  => system_u,
+  }
+
 }