From 972528da88c48db95741697fc1f862f022c78c16 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Fri, 18 Oct 2019 21:59:06 +0100 Subject: [PATCH] Note that exim contains tracker-specific configuration Signed-off-by: Adam D. Barratt --- modules/roles/manifests/tracker.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/roles/manifests/tracker.pp b/modules/roles/manifests/tracker.pp index 962e92cb8..d29655f7a 100644 --- a/modules/roles/manifests/tracker.pp +++ b/modules/roles/manifests/tracker.pp @@ -20,6 +20,7 @@ class roles::tracker ( # tell the mail-relays to forward this domain to us exim::manualroute{ 'tracker.debian.org': } # and then handle it locally + # Note that there is also role specific config in exim4.conf exim::vdomain { 'tracker.debian.org': owner => 'qa', group => 'qa', -- 2.20.1