summaryrefslogtreecommitdiff
path: root/puppet/modules/site_shorewall/manifests/monitor.pp
blob: f4ed4f7c1b0b6c6053d52eef2cf8ab6bb989e73c (plain)
1
2
3
4
5
6
7
8
class site_shorewall::monitor {

  include site_shorewall::defaults
  include site_shorewall::service::http
  include site_shorewall::service::https


}