# all of these should be retired in favour of including the class role
# with the host. weasel, 2019-09
roles:
- bugsmx:
- # XXX - exim config flag only
- - buxtehude.debian.org
dns_primary:
# XXX - used by ferm templates/defs.conf.erb
- denis.debian.org
apache2::smaller_number_of_threads: true
# debbugs cgis like to fork and don't deal well with EAGAIN
apache2::rlimitnproc: 450
+
+exim::is_bugsmx: true
class exim (
+ Boolean $is_bugsmx = false,
Boolean $is_rtmaster = false,
) {
$is_mailrelay = has_role('mailrelay')
- $is_bugsmx = has_role('bugsmx')
$is_packagesmaster = has_role('packagesmaster')
$is_packagesqamaster = has_role('packagesqamaster')