Rush has submitted this change and it was merged.

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/phd.pp
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  Rush: Verified; Looks good to me, approved
  20after4: Looks good to me, but someone else must approve



diff --git a/modules/phabricator/manifests/phd.pp 
b/modules/phabricator/manifests/phd.pp
index f9a6fcf..9e89ae6 100644
--- a/modules/phabricator/manifests/phd.pp
+++ b/modules/phabricator/manifests/phd.pp
@@ -25,6 +25,12 @@
         target => "${basedir}/phabricator/bin/phd",
     }
 
+    file { "/var/run/phd":
+        ensure => directory,
+        owner  => $settings['phd.user'],
+        group  => 'phd',
+    }
+
     file { $settings['phd.pid-directory']:
         ensure => 'directory',
         owner  => $settings['phd.user'],

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I5ecbeb3a72f72303a2ee64da92e3267aaafd4221
Gerrit-PatchSet: 4
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Negative24 <[email protected]>
Gerrit-Reviewer: 20after4 <[email protected]>
Gerrit-Reviewer: Negative24 <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to