Recommit for updates in build 60

This commit is contained in:
Jenkins Server
2026-02-19 16:23:57 +01:00
parent 924fe8d391
commit 58dc4cf2b0

View File

@@ -289,7 +289,9 @@
191
192
193
194</pre>
194
195
196</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span>
@@ -299,18 +301,19 @@ class confdroid_nagios::main::dirs (
) inherits confdroid_nagios::params {
require confdroid_nagios::main::install
if $ng_nagios_server == $fqdn {
# main directory
# file { $ng_main_dir:
# ensure =&gt; directory,
# path =&gt; $ng_main_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; nagios_etc_t,
# seluser =&gt; system_u,
# }
file { $ng_main_dir:
ensure =&gt; directory,
path =&gt; $ng_main_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; nagios_etc_t,
seluser =&gt; system_u,
}
# /usr/lib64/nagios dir required for plugins
# file { $ng_lib_dir:
@@ -482,6 +485,7 @@ class confdroid_nagios::main::dirs (
# seluser =&gt; system_u,
# }
# }
}
}</pre>
</td>
</tr>