From e6b974ad08de5d547ee54ecd7ece680ea3c55b2d Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 21 Jul 2017 15:40:41 +0100 Subject: [PATCH] fixed typo --- templates/httpd/nagios_conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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