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

  include site_shorewall::defaults
  include site_shorewall::service::https
  include site_shorewall::service::http
  include site_shorewall::service::webapp_api
}