Recommit for updates in build 58
This commit is contained in:
@@ -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 (
|
||||||
|
|
||||||
|
|||||||
@@ -148,7 +148,7 @@ class confdroid_nagios::server::access_rules (
|
|||||||
selrole => object_r,
|
selrole => object_r,
|
||||||
seltype => nagios_etc_t,
|
seltype => nagios_etc_t,
|
||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
notify => Service[$ng_nagios_service],
|
notify => Exec['reload_httpd'],
|
||||||
}
|
}
|
||||||
|
|
||||||
# manage file header
|
# manage file header
|
||||||
|
|||||||
Reference in New Issue
Block a user