From 76f75d426249449f8ab40677fd8708aef5085212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20L=C3=B6nnemark?= <tobbez@ryara.net> Date: Mon, 16 Dec 2024 16:32:11 +0100 Subject: [PATCH] Adapt to renamed puppetlabs-firewall parameters --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index e12c141..b31f14a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -375,7 +375,7 @@ class lysgraf { firewall { '100 accept http(s)': proto => 'tcp', - action => 'accept', + jump => 'accept', dport => ['80','443'], } -- GitLab