Andrew Bogott has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/69267


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/67/69267/1

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: newchange
Gerrit-Change-Id: I62dffea8a62402081043884b15f597229869f0d3
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Andrew Bogott <[email protected]>

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

Reply via email to