Recommit for updates in build 42
This commit is contained in:
@@ -2479,6 +2479,32 @@ inherited by all classes except defines.
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_mail_user</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'admin@example.net'</tt>)</em>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_page_user</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'pageadmin@example.net'</tt>)</em>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -2735,7 +2761,11 @@ inherited by all classes except defines.
|
||||
660
|
||||
661
|
||||
662
|
||||
663</pre>
|
||||
663
|
||||
664
|
||||
665
|
||||
666
|
||||
667</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 418</span>
|
||||
@@ -2888,6 +2918,10 @@ class confdroid_nagios::params (
|
||||
String $ng_host_down_svc_checks = '0',
|
||||
Boolean $ng_enable_load_ctl_options = false,
|
||||
String $ng_loadctl_options = 'jobs_max=100;backoff_limit=10;rampup_change=5',
|
||||
String $ng_mail_user = 'admin@example.net',
|
||||
String $ng_page_user = 'pageadmin@example.net',
|
||||
|
||||
|
||||
|
||||
# httpd
|
||||
Boolean $ng_use_https = false,
|
||||
|
||||
Reference in New Issue
Block a user