diff options
Diffstat (limited to 'manifests/rules/http/disable.pp')
-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', + } +} |