Recommit for updates in build 17

This commit is contained in:
Jenkins Server
2026-08-02 13:52:54 +02:00
parent cbe8744346
commit 69714ce04b
2 changed files with 27 additions and 129 deletions

View File

@@ -117,7 +117,20 @@
19
20
21
22</pre>
22
23
24
25
26
27
28
29
30
31
32
33
34
35</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span>
@@ -138,6 +151,19 @@ class confdroid_puppet::main::dirs (
seltype =&gt; puppet_etc_t,
seluser =&gt; system_u,
}
file { $pt_puppet_dir:
ensure =&gt; directory,
path =&gt; $pt_puppet_dir,
owner =&gt; &#39;root&#39;,
group =&gt; &#39;root&#39;,
mode =&gt; &#39;0755&#39;,
selrange =&gt; s0,
selrole =&gt; object_r,
seltype =&gt; puppet_etc_t,
seluser =&gt; system_u,
}
}</pre>
</td>
</tr>