Other fixes.

This commit is contained in:
Johan Björklund 2024-11-14 15:00:33 +01:00
parent 28ff952ace
commit 6505636b4b
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

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