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