[MediaWiki-commits] [Gerrit] Make sure openstack::openstack-manager creates /a - change (operations/puppet)

2014-10-13 Thread Andrew Bogott (Code Review)
Andrew Bogott has submitted this change and it was merged.

Change subject: Make sure openstack::openstack-manager creates /a
..


Make sure openstack::openstack-manager creates /a

mediawiki::scap no longer does this as the deployment
dir changed to /srv.
This will (probably) change the ownership of /a from mwdeploy:mwdeploy
to root:root on virt1000.

Change-Id: Iae6dc9cfe832603f8e26662b3df5667a32d6387d
---
M manifests/openstack.pp
1 file changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Andrew Bogott: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/openstack.pp b/manifests/openstack.pp
index 2bd43cd..2f45050 100644
--- a/manifests/openstack.pp
+++ b/manifests/openstack.pp
@@ -354,10 +354,14 @@
 }
 
 # ::mediawiki::scap supports syncing the wikitech wiki from tin.
-#  It also defines /a which is used later on in this manifest for backups.
 include ::mediawiki::scap
 
 file {
+/a:
+mode   = '0755',
+owner  = 'root',
+group  = 'root',
+ensure = directory;
 /var/www/robots.txt:
 ensure = present,
 mode   = '0644',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iae6dc9cfe832603f8e26662b3df5667a32d6387d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hoo man h...@online.de
Gerrit-Reviewer: Andrew Bogott abog...@wikimedia.org
Gerrit-Reviewer: Dzahn dz...@wikimedia.org
Gerrit-Reviewer: Ori.livneh o...@wikimedia.org
Gerrit-Reviewer: jenkins-bot 

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


[MediaWiki-commits] [Gerrit] Make sure openstack::openstack-manager creates /a - change (operations/puppet)

2014-10-12 Thread Hoo man (Code Review)
Hoo man has uploaded a new change for review.

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

Change subject: Make sure openstack::openstack-manager creates /a
..

Make sure openstack::openstack-manager creates /a

mediawiki::scap no longer does this as the deployment
dir changed to /srv.
This will (probably) change the ownership of /a from mwdeploy:mwdeploy
to root:root on virt1000.

Change-Id: Iae6dc9cfe832603f8e26662b3df5667a32d6387d
---
M manifests/openstack.pp
1 file changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/60/166360/1

diff --git a/manifests/openstack.pp b/manifests/openstack.pp
index 2bd43cd..2f45050 100644
--- a/manifests/openstack.pp
+++ b/manifests/openstack.pp
@@ -354,10 +354,14 @@
 }
 
 # ::mediawiki::scap supports syncing the wikitech wiki from tin.
-#  It also defines /a which is used later on in this manifest for backups.
 include ::mediawiki::scap
 
 file {
+/a:
+mode   = '0755',
+owner  = 'root',
+group  = 'root',
+ensure = directory;
 /var/www/robots.txt:
 ensure = present,
 mode   = '0644',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iae6dc9cfe832603f8e26662b3df5667a32d6387d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hoo man h...@online.de

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