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 a1391d9..1aba053 100644
--- a/roles/common/templates/etc/munin/munin-node.conf.j2
+++ b/roles/common/templates/etc/munin/munin-node.conf.j2
@@ -42,7 +42,7 @@ host_name {{ inventory_hostname_short }}
# may repeat the allow line as many times as you'd like
{% for host in groups['munin_master'] %}
-allow ^{{ ipsec[ hostvars[host].inventory_hostname_short ] | ipv4 | replace(".","\.") }}$
+allow ^{{ ipsec[ hostvars[host].inventory_hostname_short ] | ansible.utils.ipv4 | replace(".","\.") }}$
{% endfor %}
# Which address to bind to;