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

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