This commit is contained in:
Arne Teuke
2017-07-28 16:58:16 +01:00
parent 08693a1e31
commit ff5a3faf9e
2 changed files with 4 additions and 2 deletions

View File

@@ -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 -%>