summaryrefslogtreecommitdiff
path: root/puppet/modules/site_mx/manifests/init.pp
blob: 3d8469fd76373784d5779bbfad5189940c65f1c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
class site_mx {
  tag 'leap_service'
  Class['site_config::default'] -> Class['site_mx']

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