diff --git a/doc/file.README.html b/doc/file.README.html index 6b00b41..38f8df9 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -193,7 +193,7 @@

managing TLS certificates

-

When ne_enable_ssl is enabled (default), the certificates for the ca (root if standalone or intermediate), the nagios server and the key for the nagios server have to be provided through the following values:

+

When ne_enable_ssl is enabled, the certificates for the ca (root if standalone or intermediate), the nagios server and the key for the nagios server have to be provided through the following values:

-

via Hiera (if you use it) or ENC.

+

via Hiera (if you use it) or ENC. At the ENC need to add confdroid_nrpe::params and set those values.

SELINUX

diff --git a/doc/index.html b/doc/index.html index e62cf35..7b7bc90 100644 --- a/doc/index.html +++ b/doc/index.html @@ -193,7 +193,7 @@

managing TLS certificates

-

When ne_enable_ssl is enabled (default), the certificates for the ca (root if standalone or intermediate), the nagios server and the key for the nagios server have to be provided through the following values:

+

When ne_enable_ssl is enabled, the certificates for the ca (root if standalone or intermediate), the nagios server and the key for the nagios server have to be provided through the following values:

-

via Hiera (if you use it) or ENC.

+

via Hiera (if you use it) or ENC. At the ENC need to add confdroid_nrpe::params and set those values.

SELINUX

diff --git a/doc/puppet_classes/confdroid_nrpe_3A_3Aparams.html b/doc/puppet_classes/confdroid_nrpe_3A_3Aparams.html index cf72525..862050c 100644 --- a/doc/puppet_classes/confdroid_nrpe_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nrpe_3A_3Aparams.html @@ -699,7 +699,7 @@ inherited by all classes except defines. (Boolean) - (defaults to: true) + (defaults to: false) — @@ -945,7 +945,7 @@ class confdroid_nrpe::params ( String $ne_command_timeout = '60', String $ne_connection_timeout = '300', String $ne_allow_weak_rnd_seed = '1', - Boolean $ne_enable_ssl = true, + Boolean $ne_enable_ssl = false, String $ne_ssl_version = 'TLSv2+', String $ne_ssl_use_adh = '1', String $ne_ssl_cipher_list = 'ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!RC4:!MD5:@STRENGTH',