Ori.livneh has uploaded a new change for review.

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

Change subject: mediawiki: create common-local directory
......................................................................

mediawiki: create common-local directory

and add a table-flip emoji, because that's how I feel when I reflect on the app
server symlink clusterfuck. Rage.

Change-Id: Ifc2f1646ee3716986f93965671a08f74315b994d
---
M modules/mediawiki/manifests/sync.pp
1 file changed, 9 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/07/153807/1

diff --git a/modules/mediawiki/manifests/sync.pp 
b/modules/mediawiki/manifests/sync.pp
index 48717f1..33179ab 100644
--- a/modules/mediawiki/manifests/sync.pp
+++ b/modules/mediawiki/manifests/sync.pp
@@ -8,6 +8,8 @@
         source => 'puppet:///modules/mediawiki/profile.d_add_scap_to_path.sh',
     }
 
+    # (╯°□°)╯︵ ┻━┻
+
     file { '/usr/local/apache':
         ensure  => directory,
         owner   => 'root',
@@ -16,6 +18,13 @@
         replace => false,
     }
 
+    file { '/usr/local/apache/common-local':
+        ensure => directory,
+        owner  => 'mwdeploy',
+        group  => 'mwdeploy',
+        mode   => '0775',
+    }
+
     file { '/usr/local/apache/common':
         ensure => link,
         target => '/usr/local/apache/common-local',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc2f1646ee3716986f93965671a08f74315b994d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>

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

Reply via email to