summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/monitor.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_shorewall/manifests/monitor.pp')
-rw-r--r--puppet/modules/site_shorewall/manifests/monitor.pp14
1 files changed, 2 insertions, 12 deletions
diff --git a/puppet/modules/site_shorewall/manifests/monitor.pp b/puppet/modules/site_shorewall/manifests/monitor.pp
index af9f8bfe..f4ed4f7c 100644
--- a/puppet/modules/site_shorewall/manifests/monitor.pp
+++ b/puppet/modules/site_shorewall/manifests/monitor.pp
@@ -1,18 +1,8 @@
class site_shorewall::monitor {
include site_shorewall::defaults
+ include site_shorewall::service::http
+ include site_shorewall::service::https
- shorewall::rule {
- 'net2fw-https':
- source => 'net',
- destination => '$FW',
- action => 'HTTPS(ACCEPT)',
- order => 200;
- 'net2fw-http':
- source => 'net',
- destination => '$FW',
- action => 'HTTP(ACCEPT)',
- order => 200;
- }
}