aboutsummaryrefslogtreecommitdiff
path: root/manifests/rules/apache.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/rules/apache.pp')
-rw-r--r--manifests/rules/apache.pp10
1 files changed, 0 insertions, 10 deletions
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';
- }
-}