diff options
author | mh <mh@immerda.ch> | 2009-09-29 00:42:57 +0200 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-12-07 11:34:05 -0500 |
commit | afd1f4f5793292529520ad50c2b46251c72ef900 (patch) | |
tree | 58de28f008bccb2f87dd065fa9b2a4c9cbf1019c /manifests/rules | |
parent | b28f0465ddf70fe5f35725a5b8ae3b38737eb5c5 (diff) | |
download | puppet-shorewall-afd1f4f5793292529520ad50c2b46251c72ef900.tar.gz puppet-shorewall-afd1f4f5793292529520ad50c2b46251c72ef900.tar.bz2 |
correct class naming
Diffstat (limited to 'manifests/rules')
-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', } |