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

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