summaryrefslogtreecommitdiff
path: root/puppet/modules/site_mx/manifests/init.pp
blob: 4cf3f41ae438c834d331e96e371791b74ac086ea (plain)
1
2
3
4
5
6
7
8
9
10
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
  include leap_mx
}