From 15b8d9233ec272681e598f424b13892f206558c8 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 6 Mar 2010 13:37:07 +0000 Subject: [PATCH] try in place array, but with bonus for syntactic correctness Signed-off-by: Stephen Gran --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ))" } } } -- 2.20.1