library/roles/apache/templates: Fix the ACL rules in the server info and server status configurations.

This commit is contained in:
Andrea Dell'Amico 2016-04-04 18:56:51 +02:00
parent c1c59a9c7b
commit 29131c599f
2 changed files with 23 additions and 23 deletions

View File

@ -9,7 +9,7 @@
Require local
{% if nagios_monitoring_server_ip is defined %}
{% for addr in nagios_monitoring_server_ip %}
Require ip {{ addr }}/24
Require ip {{ addr }}
{% endfor %}
{% endif %}
{% for addr in apache_info_allowed_hosts %}

View File

@ -8,7 +8,7 @@
Require local
{% if nagios_monitoring_server_ip is defined %}
{% for addr in nagios_monitoring_server_ip %}
Require ip {{ addr }}/24
Require ip {{ addr }}
{% endfor %}
{% endif %}
{% for addr in apache_status_allowed_hosts %}