From 71b1bf77eae43c3a15727975ea0a1c9b0e1a81e9 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 23 Feb 2010 19:11:19 +0000 Subject: [PATCH] and name them usefully Signed-off-by: Stephen Gran --- modules/nagios/manifests/client.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nagios/manifests/client.pp b/modules/nagios/manifests/client.pp index 2d2e98a29..85c471fc9 100644 --- a/modules/nagios/manifests/client.pp +++ b/modules/nagios/manifests/client.pp @@ -45,11 +45,11 @@ class nagios::client inherits nagios { path => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin", refreshonly => true, } - @ferm::rule { "dsa-nagios": + @ferm::rule { "dsa-nagios-v4": description => "Allow nrpe from nagios master", rule => "proto tcp mod state state (NEW) dport (5666) @subchain 'nagios' { saddr (\$HOST_NAGIOS_V4) ACCEPT; }" } - @ferm::rule { "dsa-nagios": + @ferm::rule { "dsa-nagios-v6": description => "Allow nrpe from nagios master", domain => "ip6", rule => "proto tcp mod state state (NEW) dport (5666) @subchain 'nagios' { saddr (\$HOST_NAGIOS_V6) ACCEPT; }" -- 2.20.1