Dzahn has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/405052 )
Change subject: releases: ensure /srv/patches directory exists
......................................................................
releases: ensure /srv/patches directory exists
We want to rsync /srv/patches from deployment servers
to the releases (nightlies) servers. (I241438b471c07ca04)
/srv/patches exists on tin/naos currently.
I would prefer /srv/mediawiki/patches but the rsync::quickdatacopy
so far expects source and dest path to be the same.
Going to add an optional dest_path there but this is for now
to make the sync work that has been added to cron in
I241438b471c07ca04.
Change-Id: Ib3a7202b4b74c3087f4fdb8e0ed0696ff7a52dd7
---
M modules/releases/manifests/init.pp
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/52/405052/1
diff --git a/modules/releases/manifests/init.pp
b/modules/releases/manifests/init.pp
index b3b7080..cf953f7 100644
--- a/modules/releases/manifests/init.pp
+++ b/modules/releases/manifests/init.pp
@@ -32,6 +32,7 @@
) {
ensure_resource('file', '/srv/mediawiki', {'ensure' => 'directory' })
+ ensure_resource('file', '/srv/patches', {'ensure' => 'directory' })
ensure_resource('file', '/srv/org', {'ensure' => 'directory' })
ensure_resource('file', '/srv/org/wikimedia', {'ensure' => 'directory' })
ensure_resource('file', '/srv/org/wikimedia/releases', {'ensure' =>
'directory' })
--
To view, visit https://gerrit.wikimedia.org/r/405052
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib3a7202b4b74c3087f4fdb8e0ed0696ff7a52dd7
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits