# HG changeset patch # User IBBoard # Date 1725030174 -3600 # Node ID 36eacac6bf5eac810f52fb4294f0cb5f3a7d445a # Parent 2c3e745be8d21b59ff26716f388e4f6b48e5a330 Fix missed firewall rules updates They were updated, but then got lost in the merge/rebase diff -r 2c3e745be8d2 -r 36eacac6bf5e manifests/nodes.pp --- a/manifests/nodes.pp Thu Aug 29 18:58:49 2024 +0100 +++ b/manifests/nodes.pp Fri Aug 30 16:02:54 2024 +0100 @@ -14,13 +14,13 @@ dport => 22, source => '2a00:1098:0:82:1000:0:5d5d:826a', proto => 'tcp', - action => 'accept', + jump => 'accept', } firewall { '090 Allow SSH (SSH proxy)': dport => 22, source => '2a00:1098:0:84:1000:3:0:2', proto => 'tcp', - action => 'accept', + jump => 'accept', } } node 'vps-2204.test.ibboard.co.uk' { @@ -52,6 +52,6 @@ dport => 22, source => '2a00:1098:0:82:1000:0:5d5d:826a', proto => 'tcp', - action => 'accept', + jump => 'accept', } }