Recommit for updates in build 126
This commit is contained in:
@@ -989,6 +989,24 @@ inherited by all classes except defines.
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The members of the default contact group. Default is ‘nagiosadmin’.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_purge_target</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>true</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether to purge unmanaged host and services configuration files. Default is true.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -1004,8 +1022,6 @@ inherited by all classes except defines.
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
107
|
||||
108
|
||||
109
|
||||
110
|
||||
111
|
||||
@@ -1176,10 +1192,13 @@ inherited by all classes except defines.
|
||||
276
|
||||
277
|
||||
278
|
||||
279</pre>
|
||||
279
|
||||
280
|
||||
281
|
||||
282</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 107</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 109</span>
|
||||
|
||||
class confdroid_nagios::params (
|
||||
|
||||
@@ -1196,6 +1215,7 @@ class confdroid_nagios::params (
|
||||
String $ng_check_ext_commands = '1',
|
||||
String $ng_user = 'nagios',
|
||||
Boolean $ng_enable_target = true,
|
||||
Boolean $ng_purge_target = true,
|
||||
|
||||
# contact groups
|
||||
String $ng_contactgroup_name = 'admins',
|
||||
|
||||
Reference in New Issue
Block a user