Rush has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/392483 )

Change subject: phab: email_pipe needs path to handler
......................................................................


phab: email_pipe needs path to handler

Change-Id: I23bb64967328fb7dff57cd0db722169a8e8779ed
---
M modules/profile/manifests/phabricator/main.pp
1 file changed, 5 insertions(+), 2 deletions(-)

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



diff --git a/modules/profile/manifests/phabricator/main.pp 
b/modules/profile/manifests/phabricator/main.pp
index 74591b6..1e3e687 100644
--- a/modules/profile/manifests/phabricator/main.pp
+++ b/modules/profile/manifests/phabricator/main.pp
@@ -242,8 +242,11 @@
     }
 
     class { '::phabricator::mailrelay':
-        default                 => {
-            maint        => false,
+        default  => {
+            maint    => false,
+        },
+        phab_bot => {
+            root_dir => "${phab_root_dir}/phabricator/",
         },
     }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I23bb64967328fb7dff57cd0db722169a8e8779ed
Gerrit-PatchSet: 6
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <r...@wikimedia.org>
Gerrit-Reviewer: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: Rush <r...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to