diff options
Diffstat (limited to 'manifests/rules')
| -rw-r--r-- | manifests/rules/rsync.pp | 4 | 
1 files changed, 2 insertions, 2 deletions
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,  | 
