diff --git a/templates/httpd/nagios_conf.erb b/templates/httpd/nagios_conf.erb index 90bf810..3d1ad3a 100644 --- a/templates/httpd/nagios_conf.erb +++ b/templates/httpd/nagios_conf.erb @@ -37,7 +37,7 @@ ScriptAlias /nagios/cgi-bin/ "/usr/lib64/nagios/cgi-bin/" Allow from <%= @ng_required_hosts %> <% end -%> <% unless @ng_required_ips.empty? -%> - Alloow from <%= @ng_required_ips %> + Allow from <%= @ng_required_ips %> <% end -%> AuthName "Nagios Access" AuthType Basic @@ -77,7 +77,7 @@ Alias /nagios "/usr/share/nagios/html" Allow from <%= @ng_required_hosts %> <% end -%> <% unless @ng_required_ips.empty? -%> - Alloow from <%= @ng_required_ips %> + Allow from <%= @ng_required_ips %> <% end -%> AuthName "Nagios Access" AuthType Basic