From 589f5723d500ad7325e19dfeb1d3b8450044acf1 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 30 Mar 2013 23:59:33 -0300 Subject: Fix shorewall::rules::rsync source/destination --- manifests/rules/rsync.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/rules') diff --git a/manifests/rules/rsync.pp b/manifests/rules/rsync.pp index 144624d..a7887db 100644 --- a/manifests/rules/rsync.pp +++ b/manifests/rules/rsync.pp @@ -1,7 +1,7 @@ class shorewall::rules::rsync { shorewall::rule{'me-net-rsync-tcp': - source => '$FW', - destination => 'net', + source => 'net', + destination => '$FW', proto => 'tcp', destinationport => '873', order => 240, -- cgit v1.2.3