Dzahn has submitted this change and it was merged.

Change subject: Create an empty /etc/exim4/defer_domains if it does not exist.
......................................................................


Create an empty /etc/exim4/defer_domains if it does not exist.

It's referred to in the conf file and exim bails if it can't find it.

Change-Id: I62dffea8a62402081043884b15f597229869f0d3
---
M manifests/mail.pp
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Verified; Looks good to me, approved



diff --git a/manifests/mail.pp b/manifests/mail.pp
index 7eb69f4..45a267e 100644
--- a/manifests/mail.pp
+++ b/manifests/mail.pp
@@ -169,6 +169,11 @@
                                group => Debian-exim,
                                mode => 0444,
                                content => 
template("exim/system_filter.conf.erb");
+                       "/etc/exim4/defer_domains":
+                               owner => root,
+                               group => Debian-exim,
+                               mode => 0444,
+                               ensure => present;
                }
 
                class mail_relay {

-- 
To view, visit https://gerrit.wikimedia.org/r/69267
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I62dffea8a62402081043884b15f597229869f0d3
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to