From: Stephen Gran Date: Wed, 12 May 2010 17:54:46 +0000 (+0100) Subject: and an rsync rule X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b3bda9955428e9141e69621ed178e8328bfa006a;p=mirror%2Fdsa-puppet.git and an rsync rule Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index 730a4b92c..3b384e73f 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -156,6 +156,10 @@ node default { description => "Allow powell to seed BT", rule => "proto tcp dport 8000:8100 jump ACCEPT" } + @ferm::rule { "dsa-powell-rsync": + description => "Hoster wants to sync from here, and why not", + rule => "&SERVICE_RANGE(tcp, rsync, ( 195.20.242.90 192.25.206.33 82.195.75.106 206.12.19.118 ))" + } } beethoven: { @ferm::rule { "dsa-merikanto-beethoven":