Recommit for updates in build 159

This commit is contained in:
Jenkins Server
2026-03-07 16:00:55 +01:00
parent f2b063112c
commit 20ab0563dd
2 changed files with 2 additions and 4 deletions

View File

@@ -3702,8 +3702,7 @@ inherited by all classes except defines.
677 677
678 678
679 679
680 680</pre>
681</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 368</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 368</span>
@@ -3877,7 +3876,6 @@ class confdroid_nagios::params (
String $ng_svc_cmd_auth = &#39;&#39;, String $ng_svc_cmd_auth = &#39;&#39;,
String $ng_readonly_auth = &#39;&#39; , String $ng_readonly_auth = &#39;&#39; ,
# httpd # httpd
Boolean $ng_use_https = false, Boolean $ng_use_https = false,

View File

@@ -168,7 +168,7 @@ class confdroid_nagios::server::files (
file { $ng_cgi_cfg_file: file { $ng_cgi_cfg_file:
ensure =&gt; file, ensure =&gt; file,
owner =&gt; &#39;nagios&#39;, owner =&gt; &#39;root&#39;,
group =&gt; &#39;nagios&#39;, group =&gt; &#39;nagios&#39;,
mode =&gt; &#39;0644&#39;, mode =&gt; &#39;0644&#39;,
selrange =&gt; s0, selrange =&gt; s0,