Recommit for updates in build 68
This commit is contained in:
@@ -253,6 +253,24 @@ inherited by all classes except defines.
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>The encrypted password for the Nagios web interface. Default is ‘nagios’. Must be properly encrypted using the htpasswd utility.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ng_context_help</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'1'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether to enable the context help in the Nagios web interface. Default is ‘1’.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -268,8 +286,6 @@ inherited by all classes except defines.
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
27
|
||||
28
|
||||
29
|
||||
30
|
||||
31
|
||||
@@ -375,10 +391,15 @@ inherited by all classes except defines.
|
||||
131
|
||||
132
|
||||
133
|
||||
134</pre>
|
||||
134
|
||||
135
|
||||
136
|
||||
137
|
||||
138
|
||||
139</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 27</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 29</span>
|
||||
|
||||
class confdroid_nagios::params (
|
||||
|
||||
@@ -391,6 +412,9 @@ class confdroid_nagios::params (
|
||||
String $ng_main_user = 'nagios',
|
||||
String $ng_main_password = 'nagios',
|
||||
|
||||
# cgi
|
||||
String $ng_context_help = '1',
|
||||
|
||||
# httpd
|
||||
Boolean $ng_use_https = false,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user