Hello Ottomata,

I'd like you to do a code review.  Please visit

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

to review the following change.

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


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/59/88759/1

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: newchange
Gerrit-Change-Id: If615d93e16e98d335937f060809310221a13ec42
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: QChris <christ...@quelltextlich.at>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>

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

Reply via email to