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, }