summaryrefslogtreecommitdiffstats
path: root/roles/common/templates/etc/munin/munin-node.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/templates/etc/munin/munin-node.conf.j2')
-rw-r--r--roles/common/templates/etc/munin/munin-node.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/common/templates/etc/munin/munin-node.conf.j2 b/roles/common/templates/etc/munin/munin-node.conf.j2
index d0004b7..1563526 100644
--- a/roles/common/templates/etc/munin/munin-node.conf.j2
+++ b/roles/common/templates/etc/munin/munin-node.conf.j2
@@ -41,7 +41,7 @@ host_name {{ inventory_hostname_short }}
# network notation unless the perl module Net::CIDR is installed. You
# may repeat the allow line as many times as you'd like
-{% for host in groups['munin-master'] %}
+{% for host in groups['munin_master'] %}
allow ^{{ ipsec[ hostvars[host].inventory_hostname_short ] | ipv4 | replace(".","\.") }}$
{% endfor %}