diff options
Diffstat (limited to 'puppet/modules/shorewall/manifests/rules/http')
-rw-r--r-- | puppet/modules/shorewall/manifests/rules/http/disable.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/shorewall/manifests/rules/http/disable.pp b/puppet/modules/shorewall/manifests/rules/http/disable.pp new file mode 100644 index 00000000..5d9170ca --- /dev/null +++ b/puppet/modules/shorewall/manifests/rules/http/disable.pp @@ -0,0 +1,5 @@ +class shorewall::rules::http::disable inherits shorewall::rules::http { + Shorewall::Rule['net-me-http-tcp']{ + action => 'DROP', + } +} |