summaryrefslogtreecommitdiff
path: root/puppet/modules/site_mx/manifests/init.pp
blob: 86ae56e1d3b7dae1631ceaf46c96cb6b6b0a2fcf (plain)
1
2
3
4
5
6
7
8
9
class site_mx {
  tag 'leap_service'

  include site_postfix::mx
  include site_mx::haproxy
  include site_shorewall::mx
  include site_shorewall::service::smtp
  include site_mx::couchdb
}