summaryrefslogtreecommitdiff
path: root/manifests/router/rsync.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/router/rsync.pp')
-rw-r--r--manifests/router/rsync.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/router/rsync.pp b/manifests/router/rsync.pp
index 9e36f85..8098e4a 100644
--- a/manifests/router/rsync.pp
+++ b/manifests/router/rsync.pp
@@ -3,7 +3,7 @@ class firewall::router::rsync(
$port_orig = '873',
$port_dest = '',
$zone = 'loc',
- $originaldest = $ipaddress
+ $originaldest = $ipaddress,
$implementation = lookup('firewall::implementation', undef, undef, 'shorewall'),
) {
class { "firewall::implementations::${implementation}::router::rsync":
@@ -11,7 +11,6 @@ class firewall::router::rsync(
port_orig => $port_orig,
port_dest => $port_dest,
zone => $zone,
- order => $order,
originaldest => $originaldest,
}
}