summaryrefslogtreecommitdiff
path: root/puppet/modules/shorewall/manifests/rules/out/ssh/disable.pp
blob: 223bf73bdcd80a51b42f659292f6cc5cd422cebd (plain)
1
2
3
4
5
class shorewall::rules::out::ssh::disable inherits shorewall::rules::out::ssh {
  Shorewall::Rule['me-net-tcp_ssh']{
    action => 'DROP',
  }
}