Bugifx
This commit is contained in:
parent
9cc9ec26d0
commit
14fef6df4b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue