Ottomata has submitted this change and it was merged.

Change subject: Couple of more fixes for misc::statistics::limn::data::generate 
refactor
......................................................................


Couple of more fixes for misc::statistics::limn::data::generate refactor

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

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



diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index e750eb0..56a025b 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -809,7 +809,7 @@
     $rsync_to          = $misc::statistics::limn::data::rsync_to
 
     # I'm not totally sure what this is...
-    $output            = "${rsync_from}/mobile/datafiles"
+    $output            = "${rsync_from}/datafiles"
 
     if !defined(Git::Clone["analytics/limn-${title}-data"]) {
         git::clone { "analytics/limn-${title}-data":
@@ -829,7 +829,7 @@
     }
 
     cron { "rsync_${title}_apps_stats":
-        command => "python ${command} ${config} >> ${log} 2>&1 && 
/usr/bin/rsync -rt ${rsync_from} ${rsync_to}/",
+        command => "python ${command} ${config_dir} >> ${log} 2>&1 && 
/usr/bin/rsync -rt ${rsync_from} ${rsync_to}",
         user    => $user,
         minute  => 0,
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7f3851a149ff8ec8073930d43f6bf7e35b9bbdcc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>
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