This commit is contained in:
Johan Björklund 2025-02-21 14:04:19 +01:00
parent 9cc9ec26d0
commit 14fef6df4b
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -93,7 +93,7 @@ class soc::rsyslog::server(
$hostgroups['all'].each |String $hostname| {
$ip_list = dnsLookup($hostname)
$ip_list.each |String $ip| {
sunet::nftables::allow { "allow-rsyslog-relp-${relp_port}":
sunet::nftables::allow { "allow-rsyslog-relp-${ip}":
from => $ip,
port => $relp_port,
}