summaryrefslogtreecommitdiff
path: root/manifests/rules/out/ssh/remove.pp
blob: bc0acf3778b2a94fd3b561d9474f2b5adbc1ccd2 (plain)
1
2
3
4
5
class shorewall::rules::out::ssh::remove inherits shorewall::rules::out::ssh {
  Shorewall::Rule['me-net-tcp_ssh']{
    ensure => absent,
  }
}