From 6505636b4b6cab80857eaf14bc8968c66f057902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bj=C3=B6rklund?= Date: Thu, 14 Nov 2024 15:00:33 +0100 Subject: [PATCH] Other fixes. --- global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp index 12b0f00..6b847ce 100644 --- a/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp +++ b/global/overlay/etc/puppet/modules/soc/manifests/intelmq.pp @@ -154,12 +154,12 @@ class soc::intelmq( notify => Service['apache2'], } - sunet::nftables:allow { 'allow_http': + sunet::nftables::allow { 'allow_http': from => any, port => 80, } - sunet::nftables:allow { 'allow_https': + sunet::nftables::allow { 'allow_https': from => any, port => 443, }