Ottomata has submitted this change and it was merged.

Change subject: Move geowiki data checkout into geowiki's base directory
......................................................................


Move geowiki data checkout into geowiki's base directory

Change-Id: Ibcab3257be74d8d3735985290291df2fdc056115
---
M manifests/misc/statistics.pp
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Ottomata: Verified; Looks good to me, approved



diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index 7ad9607..b2f73ec 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -927,8 +927,9 @@
         misc::statistics::packages::python
 
     $geowiki_user = $misc::statistics::geowiki::geowiki_user
+    $geowiki_base_path = $misc::statistics::geowiki::geowiki_base_path
     $geowiki_scripts_path = $misc::statistics::geowiki::geowiki_scripts_path
-    $geowiki_data_path = '/a/geowiki-data'
+    $geowiki_data_path = "${geowiki_base_path}/data"
     $geowiki_mysql_research_conf_file = 
$misc::statistics::geowiki::mysql::conf::research::conf_file
 
     git::clone { 'geowiki-data':

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibcab3257be74d8d3735985290291df2fdc056115
Gerrit-PatchSet: 2
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

Reply via email to