From b28f0465ddf70fe5f35725a5b8ae3b38737eb5c5 Mon Sep 17 00:00:00 2001 From: mh Date: Mon, 28 Sep 2009 23:15:40 +0200 Subject: use the more generall http term for rules for apache --- manifests/rules/http/disable.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 manifests/rules/http/disable.pp (limited to 'manifests/rules/http') diff --git a/manifests/rules/http/disable.pp b/manifests/rules/http/disable.pp new file mode 100644 index 0000000..5b54740 --- /dev/null +++ b/manifests/rules/http/disable.pp @@ -0,0 +1,5 @@ +class shorewall::rules::http::disable inherits shorewall::http { + Shorewall::Rule['net-me-http-tcp']{ + action => 'DROP', + } +} -- cgit v1.2.3