updated template
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user