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/apache.pp | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 manifests/rules/apache.pp (limited to 'manifests/rules/apache.pp') diff --git a/manifests/rules/apache.pp b/manifests/rules/apache.pp deleted file mode 100644 index ca3f7d1..0000000 --- a/manifests/rules/apache.pp +++ /dev/null @@ -1,10 +0,0 @@ -class shorewall::rules::apache { - shorewall::rule { 'net-me-http-tcp': - source => 'net', - destination => '$FW', - proto => 'tcp', - destinationport => '80', - order => 240, - action => 'ACCEPT'; - } -} -- cgit v1.2.3