Ottomata has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/335363 )

Change subject: Require proper file for rsync-published-datasets cron
......................................................................

Require proper file for rsync-published-datasets cron

Change-Id: Ie0657ee3f07d586bb557206204d1613f6868e497
---
M modules/statistics/manifests/compute.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/63/335363/1

diff --git a/modules/statistics/manifests/compute.pp 
b/modules/statistics/manifests/compute.pp
index 3370b19..85c7808 100644
--- a/modules/statistics/manifests/compute.pp
+++ b/modules/statistics/manifests/compute.pp
@@ -35,7 +35,7 @@
     # See: statistics::sites::analytics.
     cron { 'rsync-published-datasets':
         command => "/usr/bin/rsync -rt --delete 
${working_path}/published-datasets/ 
thorium.eqiad.wmnet::srv/published-datasets-rsynced/${::hostname}/",
-        require => File["${working_path}/public-datasets"],
+        require => File["${working_path}/published-datasets"],
         user    => 'root',
         minute  => '*/30',
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie0657ee3f07d586bb557206204d1613f6868e497
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <ao...@wikimedia.org>

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

Reply via email to