recommit for updates in build 37

This commit is contained in:
Jenkins Server
2017-07-28 20:26:20 +02:00
parent 9f41870b5f
commit c2e28a2557
15 changed files with 49 additions and 19 deletions

View File

@@ -423,7 +423,7 @@ to be established before exiting.</p>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;TLSv1.1+&#39;</tt>)</em>
<em class="default">(defaults to: <tt>&#39;TLSv2+&#39;</tt>)</em>
&mdash;
@@ -825,6 +825,24 @@ needed.</p>
&mdash;
<div class='inline'>
<p>Whether to manage selinux</p>
</div>
</li>
<li>
<span class='name'>ne_enable_ssl</span>
<span class='type'>(<tt>boolean</tt>)</span>
<em class="default">(defaults to: <tt>false</tt>)</em>
&mdash;
<div class='inline'>
<p>Whether to enable SSL certificates.</p>
</div>
</li>
@@ -846,7 +864,6 @@ needed.</p>
<pre class="lines">
98
99
100
101
@@ -920,10 +937,12 @@ needed.</p>
169
170
171
172</pre>
172
173
174</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 98</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 99</span>
class cd_nrpe::params (
@@ -952,7 +971,8 @@ $ne_command_prefix = &#39;/usr/bin/sudo&#39;,
$ne_command_timeout = &#39;60&#39;,
$ne_connection_timeout = &#39;300&#39;,
$ne_allow_weak_rnd_seed = &#39;1&#39;,
$ne_ssl_version = &#39;TLSv1.1+&#39;,
$ne_enable_ssl = false,
$ne_ssl_version = &#39;TLSv2+&#39;,
$ne_ssl_use_adh = &#39;1&#39;,
$ne_ssl_cipher_list = &#39;ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!RC4:!MD5:@STRENGTH&#39;,
$ne_ssl_cacert_file = &#39;/etc/pki/tls/certs/ca-chain.crt.pem&#39;,
@@ -1007,7 +1027,7 @@ $ne_nrpe_conf_erb = &#39;cd_nrpe/nrpe_conf.erb&#39;
</div>
<div id="footer">
Generated on Fri Jul 28 19:57:23 2017 by
Generated on Fri Jul 28 20:26:18 2017 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.9 (ruby-2.0.0).
</div>