Ori.livneh has submitted this change and it was merged.

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(-)

Approvals:
  Ori.livneh: Looks good to me, approved
  Giuseppe Lavagetto: Looks good to me, but someone else must approve
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ifc2f1646ee3716986f93965671a08f74315b994d
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to