Puppet Class: role::mail::mx
- Defined in:
- modules/role/manifests/mail/mx.pp
Overview
1 2 3 4 5 6 7 8 9 |
# File 'modules/role/manifests/mail/mx.pp', line 1
class role::mail::mx {
# tag as a public inbound mx server
tag 'mx_in'
include profile::base::production
include network::constants
include privateexim::aliases::private
include profile::firewall
include profile::mail::mx
}
|