diff options
Diffstat (limited to 'manifests/rules/http')
-rw-r--r-- | manifests/rules/http/disable.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rules/http/disable.pp b/manifests/rules/http/disable.pp index 5b54740..5d9170c 100644 --- a/manifests/rules/http/disable.pp +++ b/manifests/rules/http/disable.pp @@ -1,4 +1,4 @@ -class shorewall::rules::http::disable inherits shorewall::http { +class shorewall::rules::http::disable inherits shorewall::rules::http { Shorewall::Rule['net-me-http-tcp']{ action => 'DROP', } |