diff options
author | mh <mh@immerda.ch> | 2009-09-28 23:15:40 +0200 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-12-07 11:34:02 -0500 |
commit | b28f0465ddf70fe5f35725a5b8ae3b38737eb5c5 (patch) | |
tree | 04b283157352d306e1a1650e5734ee16abda4e28 /manifests/rules/http | |
parent | a7e3dafcca646236950920e9a8038e174e9c950a (diff) | |
download | puppet-shorewall-b28f0465ddf70fe5f35725a5b8ae3b38737eb5c5.tar.gz puppet-shorewall-b28f0465ddf70fe5f35725a5b8ae3b38737eb5c5.tar.bz2 |
use the more generall http term for rules for apache
Diffstat (limited to 'manifests/rules/http')
-rw-r--r-- | manifests/rules/http/disable.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/rules/http/disable.pp b/manifests/rules/http/disable.pp new file mode 100644 index 0000000..5b54740 --- /dev/null +++ b/manifests/rules/http/disable.pp @@ -0,0 +1,5 @@ +class shorewall::rules::http::disable inherits shorewall::http { + Shorewall::Rule['net-me-http-tcp']{ + action => 'DROP', + } +} |