jenkins-bot has submitted this change and it was merged.

Change subject: Ensure /var/list exists
......................................................................


Ensure /var/list exists

Change-Id: I9a4398bcd20eb1ff3ec8b7d6c230352471122ad6
---
M puppet/modules/mailman-conf/manifests/init.pp
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/puppet/modules/mailman-conf/manifests/init.pp 
b/puppet/modules/mailman-conf/manifests/init.pp
index a4bcab7..646bc27 100644
--- a/puppet/modules/mailman-conf/manifests/init.pp
+++ b/puppet/modules/mailman-conf/manifests/init.pp
@@ -9,6 +9,7 @@
     shell      => '/bin/sh',
     password   => '',
     home       => '/var/list',
+    managehome => true,
     comment    => 'Mailing List Manager'
   }
 
@@ -58,6 +59,6 @@
     'DEFAULT_SUBJECT_PREFIX' => "''",
     'DEFAULT_REPLY_GOES_TO_LIST' => '1',
     'SMTPHOST' => "'translatewiki.net'",
-    },
+    }
   }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I9a4398bcd20eb1ff3ec8b7d6c230352471122ad6
Gerrit-PatchSet: 1
Gerrit-Project: translatewiki
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to