syntax
This commit is contained in:
@@ -123,11 +123,13 @@ $ne_ssl_logging = '0x00',
|
||||
$ne_nasty_metachars = '\"|`&><\'\\[]{};\r\n\"',
|
||||
$ne_include_file = '',
|
||||
|
||||
|
||||
# firewall
|
||||
$ne_incl_fw = true,
|
||||
$ne_fw_order_no = '50',
|
||||
|
||||
# selinux
|
||||
$ne_include_selinux = true,
|
||||
|
||||
|
||||
) {
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ allowed_hosts=127.0.0.1,::1,<%= @ne_nagios_server %>
|
||||
dont_blame_nrpe=<%= @ne_dont_blame_nrpe %>
|
||||
allow_bash_command_substitution=<%= @ne_allow_bash_cmd_subst %>
|
||||
|
||||
<%= if @ne_allow_sudo == true -%>
|
||||
<% if @ne_allow_sudo == true -%>
|
||||
command_prefix=<%= @ne_command_prefix %>
|
||||
<% end -%>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user