summaryrefslogtreecommitdiff
path: root/manifests/rules/http
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-29 00:42:57 +0200
committerMicah Anderson <micah@riseup.net>2009-12-07 11:34:05 -0500
commitafd1f4f5793292529520ad50c2b46251c72ef900 (patch)
tree58de28f008bccb2f87dd065fa9b2a4c9cbf1019c /manifests/rules/http
parentb28f0465ddf70fe5f35725a5b8ae3b38737eb5c5 (diff)
correct class naming
Diffstat (limited to 'manifests/rules/http')
-rw-r--r--manifests/rules/http/disable.pp2
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',
}