Recommit for updates in build 19

This commit is contained in:
Jenkins Server
2026-08-02 13:58:15 +02:00
parent 49f19fb539
commit 67646d8d19

View File

@@ -130,7 +130,10 @@
32 32
33 33
34 34
35</pre> 35
36
37
38</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span> <pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span>
@@ -152,9 +155,9 @@ class confdroid_puppet::main::dirs (
seluser =&gt; system_u, seluser =&gt; system_u,
} }
file { $pt_puppet_dir: file { $pt_puppetdir:
ensure =&gt; directory, ensure =&gt; directory,
path =&gt; $pt_puppet_dir, path =&gt; $pt_puppetdir,
owner =&gt; &#39;root&#39;, owner =&gt; &#39;root&#39;,
group =&gt; &#39;root&#39;, group =&gt; &#39;root&#39;,
mode =&gt; &#39;0755&#39;, mode =&gt; &#39;0755&#39;,
@@ -164,6 +167,9 @@ class confdroid_puppet::main::dirs (
seluser =&gt; system_u, seluser =&gt; system_u,
} }
if $fqdn == $pt_pm_fqdn {
# server dirs here
}
}</pre> }</pre>
</td> </td>
</tr> </tr>