Negative24 has uploaded a new change for review.

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

Change subject: Initialize phd directory
......................................................................

Initialize phd directory

This directory is needed for the phd service to work and isn't
initialized in new installations.

Bug: T96567
Change-Id: I5ecbeb3a72f72303a2ee64da92e3267aaafd4221
---
M modules/phabricator/manifests/init.pp
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/10/205810/1

diff --git a/modules/phabricator/manifests/init.pp 
b/modules/phabricator/manifests/init.pp
index aeea0a1..7be4158 100644
--- a/modules/phabricator/manifests/init.pp
+++ b/modules/phabricator/manifests/init.pp
@@ -168,6 +168,10 @@
         before    => File["${phabdir}/phabricator/.git/config"],
     }
 
+    file { "/var/run/phd":
+        ensure => directory,
+    }
+
     file { "${phabdir}/phabricator/.git/config":
         source => 'puppet:///modules/phabricator/phabricator.gitconfig',
         before => File["${phabdir}/phabricator/scripts/"],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ecbeb3a72f72303a2ee64da92e3267aaafd4221
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Negative24 <jamison.loftho...@gmail.com>

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

Reply via email to