Recommit for updates in build 68

This commit is contained in:
Jenkins Server
2026-02-21 13:45:51 +01:00
parent 82f5b1f24a
commit fe55534943
4 changed files with 42 additions and 14 deletions

View File

@@ -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>&#39;1&#39;</tt>)</em>
&mdash;
<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 = &#39;nagios&#39;,
String $ng_main_password = &#39;nagios&#39;,
# cgi
String $ng_context_help = &#39;1&#39;,
# httpd
Boolean $ng_use_https = false,