Recommit for updates in build 58

This commit is contained in:
Jenkins Server
2026-02-14 21:41:14 +01:00
parent a9cf968105
commit 0e8399b67d
2 changed files with 5 additions and 5 deletions

View File

@@ -332,7 +332,7 @@ inherited by all classes except defines.
— —
<div class='inline'> <div class='inline'>
<p>The encrypted password for the Nagios web interface. Default is nagios.</p> <p>The encrypted password for the Nagios web interface. Default is nagios. Must be properly encrypted using the htpasswd utility.</p>
</div> </div>
</li> </li>
@@ -348,7 +348,6 @@ inherited by all classes except defines.
<pre class="lines"> <pre class="lines">
36
37 37
38 38
39 39
@@ -456,10 +455,11 @@ inherited by all classes except defines.
141 141
142 142
143 143
144</pre> 144
145</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 36</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 37</span>
class confdroid_nagios::params ( class confdroid_nagios::params (

View File

@@ -148,7 +148,7 @@ class confdroid_nagios::server::access_rules (
selrole =&gt; object_r, selrole =&gt; object_r,
seltype =&gt; nagios_etc_t, seltype =&gt; nagios_etc_t,
seluser =&gt; system_u, seluser =&gt; system_u,
notify =&gt; Service[$ng_nagios_service], notify =&gt; Exec[&#39;reload_httpd&#39;],
} }
# manage file header # manage file header