recommit for updates in build 37
This commit is contained in:
@@ -423,7 +423,7 @@ to be established before exiting.</p>
|
||||
<span class='type'>(<tt>string</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'TLSv1.1+'</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>'TLSv2+'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
@@ -825,6 +825,24 @@ needed.</p>
|
||||
—
|
||||
<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>
|
||||
|
||||
|
||||
—
|
||||
<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 = '/usr/bin/sudo',
|
||||
$ne_command_timeout = '60',
|
||||
$ne_connection_timeout = '300',
|
||||
$ne_allow_weak_rnd_seed = '1',
|
||||
$ne_ssl_version = 'TLSv1.1+',
|
||||
$ne_enable_ssl = false,
|
||||
$ne_ssl_version = 'TLSv2+',
|
||||
$ne_ssl_use_adh = '1',
|
||||
$ne_ssl_cipher_list = 'ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!RC4:!MD5:@STRENGTH',
|
||||
$ne_ssl_cacert_file = '/etc/pki/tls/certs/ca-chain.crt.pem',
|
||||
@@ -1007,7 +1027,7 @@ $ne_nrpe_conf_erb = 'cd_nrpe/nrpe_conf.erb'
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user