net-ops/global/overlay/etc/puppet/modules/net/manifests/open_1022.pp

7 lines
121 B
ObjectPascal
Raw Normal View History

2025-02-26 07:14:54 +01:00
class net::open_1022 {
sunet::misc::ufw_allow { 'allow_ssh_1022':
from => $mgmt_addresses,
port => '1022',
}
}