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