Rush has uploaded a new change for review.

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

Change subject: phab make mail processing to be executable
......................................................................

phab make mail processing to be executable

I've been locking down the CLI controls (T92564) and this is
some tweaking.

refs T92724

Change-Id: Icfbc2a4e8e202485ca4abd527ddcc802c14772f9
---
M modules/phabricator/manifests/init.pp
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/63/197063/1

diff --git a/modules/phabricator/manifests/init.pp 
b/modules/phabricator/manifests/init.pp
index c3bff15..8770c1a3 100644
--- a/modules/phabricator/manifests/init.pp
+++ b/modules/phabricator/manifests/init.pp
@@ -176,6 +176,12 @@
     file { "${phabdir}/phabricator/scripts/":
         mode    => '0754',
         recurse => true,
+        before    => File["${phabdir}/phabricator/scripts/mail/"],
+    }
+
+    file { "${phabdir}/phabricator/scripts/mail/":
+        mode    => '0755',
+        recurse => true,
     }
 
     if ($libraries) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icfbc2a4e8e202485ca4abd527ddcc802c14772f9
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[email protected]>

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

Reply via email to