updated template

This commit is contained in:
Arne Teuke
2017-07-28 19:26:27 +01:00
parent 259b9d8569
commit 8dbe3d8b31
2 changed files with 9 additions and 89 deletions

View File

@@ -94,6 +94,7 @@
# @param [string] ne_server_address the network interfaces to listen on
# @param [string] ne_allow_weak_rnd_seed Whether to allow weak random seeds
# @param [string] ne_include_selinux Whether to manage selinux
# @param [boolean] ne_enable_ssl Whether to enable SSL certificates.
###############################################################################
class cd_nrpe::params (
@@ -122,6 +123,7 @@ $ne_command_prefix = '/usr/bin/sudo',
$ne_command_timeout = '60',
$ne_connection_timeout = '300',
$ne_allow_weak_rnd_seed = '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',