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

7 lines
143 B
Puppet

class net::open_1022 {
sunet::misc::ufw_allow { 'allow_ssh_1022':
from => ['130.242.125.68'],
port => '1022',
proto => 'udp'
}
}