From ff1d0ab27230cf0d58828db2df9e5cc0ff4a9d81 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 10 Aug 2010 17:25:24 +0200 Subject: [PATCH] nagios gets to port 22 on freebsd hosts --- modules/ferm/manifests/per-host.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 5128a0d49..3f9ceaa42 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -118,7 +118,7 @@ class ferm::per-host { description => "Traffic routed to kfreebsd hosts", rule => 'chain to-kfreebsd { proto icmp ACCEPT; - source ($FREEBSD_SSH_ACCESS) proto tcp dport 22 ACCEPT; + source ($FREEBSD_SSH_ACCESS $HOST_NAGIOS_V4) proto tcp dport 22 ACCEPT; source ($HOST_MAILRELAY_V4) proto tcp dport 25 ACCEPT; source ($HOST_MUNIN_V4) proto tcp dport 4949 ACCEPT; source ($HOST_NAGIOS_V4) proto tcp dport 5666 ACCEPT; -- 2.20.1