re-enabled sudo setting

This commit is contained in:
Arne Teuke
2017-07-30 18:02:06 +01:00
parent 27d1b70d61
commit 0e95b79c6e

View File

@@ -123,7 +123,7 @@ $ne_listen_queue_size = '5',
$ne_nagios_server = $::nagios_server, $ne_nagios_server = $::nagios_server,
$ne_dont_blame_nrpe = '1', $ne_dont_blame_nrpe = '1',
$ne_allow_bash_cmd_subst = '1', $ne_allow_bash_cmd_subst = '1',
$ne_allow_sudo = false, $ne_allow_sudo = true,
$ne_command_prefix = '/usr/bin/sudo', $ne_command_prefix = '/usr/bin/sudo',
$ne_command_timeout = '60', $ne_command_timeout = '60',
$ne_connection_timeout = '300', $ne_connection_timeout = '300',