From: Stephen Gran Date: Sat, 6 Mar 2010 13:36:00 +0000 (+0000) Subject: try in place array X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=a39b229851b3ebd9349faa442f64935d47ab7195;p=mirror%2Fdsa-puppet.git try in place array Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index d19223be9..c3b08e145 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -94,7 +94,7 @@ node default { piatti: { @ferm::rule { "dsa-udd-stunnel": description => "port 8080 for udd stunnel", - rule => "proto tcp saddr ( 192.25.206.16 70.103.162.29 217.196.43.134 ) dport 8080 ACCEPT;" + rule => "&SERVICE_RANGE(tcp, http-alt, ( 192.25.206.16 70.103.162.29 217.196.43.134 )" } } }