From afd1f4f5793292529520ad50c2b46251c72ef900 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 29 Sep 2009 00:42:57 +0200 Subject: correct class naming --- manifests/rules/http/disable.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/rules') 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', } -- cgit v1.2.3