Add netamsk
This commit is contained in:
parent
536a4a11d3
commit
8f7cd413ff
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ MACAddressPolicy=none'
|
|||
if $::facts['sunet_nftables_enabled'] == 'yes' {
|
||||
$name = "https_port_${customer}"
|
||||
ensure_resource('sunet::nftables::ufw_allow_compat', $name, {
|
||||
from => ['0.0.0.0', '::/0'],
|
||||
from => ['0.0.0.0/0', '::/0'],
|
||||
port => $https_port,
|
||||
})
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue