From: Stephen Gran Date: Sun, 20 May 2012 20:05:25 +0000 (+0100) Subject: bodge the last few for now X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=6ec71ed47153dca0e1987850db48766d4b4d2271;p=mirror%2Fdsa-puppet.git bodge the last few for now Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 0da0d248a..70e0e73f2 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -3,6 +3,14 @@ class ferm::per-host { include ferm::zivit } + if $::hostname in [klecker,merikanto,powell,ravel,rietz,senfl,sibelius,stabile] { + ferm::rule { 'dsa-rsync': + domain => '(ip ip6)', + description => 'Allow rsync access', + rule => '&SERVICE(tcp, 873)' + } + } + case $::hostname { piatti,samosa: { @ferm::rule { 'dsa-udd-stunnel':