Recommit for updates in build 54

This commit is contained in:
Jenkins Server
2026-03-15 17:00:32 +01:00
parent fd84c389aa
commit 33195f607c
3 changed files with 13 additions and 157 deletions

View File

@@ -349,24 +349,6 @@ inherited by all classes except defines.
</li>
<li>
<span class='name'>ne_ssl_version</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;TLSv2+&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>These directives allow you to specify how to use SSL/TLS.</p>
</div>
</li>
<li>
<span class='name'>ne_ssl_cipher_list</span>
@@ -781,6 +763,8 @@ inherited by all classes except defines.
<pre class="lines">
82
83
84
85
86
@@ -871,13 +855,10 @@ inherited by all classes except defines.
171
172
173
174
175
176
177</pre>
174</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 84</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 82</span>
class confdroid_nrpe::params (
@@ -909,7 +890,6 @@ class confdroid_nrpe::params (
String $ne_connection_timeout = &#39;300&#39;,
String $ne_allow_weak_rnd_seed = &#39;1&#39;,
Boolean $ne_enable_ssl = false,
String $ne_ssl_version = &#39;TLSv2+&#39;,
String $ne_ssl_cipher_list = &#39;ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!RC4:!MD5:@STRENGTH&#39;,
String $ne_ssl_client_certs = &#39;0&#39;,
String $ne_ssl_logging = &#39;0x00&#39;,