Ottomata has submitted this change and it was merged.
Change subject: Turn off fetching geowiki-data until it comes back in gerrit
......................................................................
Turn off fetching geowiki-data until it comes back in gerrit
Change-Id: If615d93e16e98d335937f060809310221a13ec42
---
M manifests/misc/statistics.pp
1 file changed, 4 insertions(+), 1 deletion(-)
Approvals:
Ottomata: Verified; Looks good to me, approved
jenkins-bot: Verified
diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index 09fc0a7..3f02019 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -939,7 +939,10 @@
git::clone { 'geowiki-data':
directory => $geowiki_data_path,
origin =>
"ssh://gerrit.wikimedia.org:29418/analytics/geowiki-data.git",
- ensure => 'latest',
+ # As geowiki-data currently does not exist in gerrit, requiring the
+ # latest version would break puppet's the dependecy chain. So we'll not
+ # 'ensure => latest' until the repo comes back in gerrit.
+ ensure => 'present',
owner => $geowiki_user,
}
--
To view, visit https://gerrit.wikimedia.org/r/88759
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If615d93e16e98d335937f060809310221a13ec42
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: QChris <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits