From: mh Date: Mon, 28 Sep 2009 22:42:57 +0000 (+0200) Subject: correct class naming X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=afd1f4f5793292529520ad50c2b46251c72ef900;p=puppet-shorewall.git correct class naming --- 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', }