From: Peter Palfrader Date: Tue, 10 Aug 2010 15:25:24 +0000 (+0200) Subject: nagios gets to port 22 on freebsd hosts X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ff1d0ab27230cf0d58828db2df9e5cc0ff4a9d81;p=mirror%2Fdsa-puppet.git nagios gets to port 22 on freebsd hosts --- 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;