Andrew Bogott has uploaded a new change for review.

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

Change subject: Link /usr/local/apache/common-local to /a/common-local
......................................................................

Link /usr/local/apache/common-local to /a/common-local

Change-Id: Id8857b2452e94c5f0e25df4f27f732ef6ab725f3
---
M manifests/site.pp
1 file changed, 13 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/75/156975/1

diff --git a/manifests/site.pp b/manifests/site.pp
index 15a6280..d260ea9 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2908,6 +2908,19 @@
     if $use_neutron == true {
         include role::neutron::controller
     }
+
+    # For unclear historic reasons, this box has a massive /a drive.
+    #  So, do all of our mediawiki-syncing done there.
+    file { '/a/common-local':
+        ensure => 'directory',
+        owner  => 'root',
+        group  => 'root',
+    }
+    file { '/usr/local/apache/common-local':
+        ensure => 'link',
+        require => File['/a/common-local'],
+        target => '/a/common-local',
+    }
 }
 
 node 'virt0.wikimedia.org' {

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

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

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

Reply via email to