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