From a3e5ee421e5686b2e5f7536a91436e37a7b1e684 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 25 Jan 2022 13:29:40 -0300 Subject: Misc fixes (2) --- manifests/router/rsync.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests/router/rsync.pp') 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, } } -- cgit v1.2.3