]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
correct class naming
authormh <mh@immerda.ch>
Mon, 28 Sep 2009 22:42:57 +0000 (00:42 +0200)
committerMicah Anderson <micah@riseup.net>
Mon, 7 Dec 2009 16:34:05 +0000 (11:34 -0500)
manifests/rules/http/disable.pp

index 5b5474000b1c86bae02d7be3a1884b2d4e94a1d3..5d9170ca8475c034b33de578114f91274cc6f1dc 100644 (file)
@@ -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',
     }