From 1535ac8d0fe600eb55a98a0a7246c1a282d988d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Thu, 10 Jun 2021 09:23:52 +0200 Subject: [PATCH] Fix typo in group name --- templates/iptables.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/iptables.conf.j2 b/templates/iptables.conf.j2 index 275617c..913cbea 100644 --- a/templates/iptables.conf.j2 +++ b/templates/iptables.conf.j2 @@ -105,7 +105,7 @@ # IMAP -A OUTPUT -p tcp -m tcp --dport 993 -j ACCEPT {% endif %} -{% if inventory_hostname in groups.nagios %} +{% if inventory_hostname in groups.nagios_server %} # NRPE -A OUTPUT -p tcp -m tcp --dport 5666 -j ACCEPT {% endif %} -- GitLab