From: Stephen Gran Date: Sat, 6 Mar 2010 13:37:07 +0000 (+0000) Subject: try in place array, but with bonus for syntactic correctness X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=15b8d9233ec272681e598f424b13892f206558c8;p=mirror%2Fdsa-puppet.git try in place array, but with bonus for syntactic correctness Signed-off-by: Stephen Gran --- diff --git a/manifests/site.pp b/manifests/site.pp index c3b08e145..291ce2f0c 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 => "&SERVICE_RANGE(tcp, http-alt, ( 192.25.206.16 70.103.162.29 217.196.43.134 )" + rule => "&SERVICE_RANGE(tcp, http-alt, ( 192.25.206.16 70.103.162.29 217.196.43.134 ))" } } }