Ottomata has uploaded a new change for review.

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

Change subject: Fix for stat1002 host in rsync job for aggregate datasets
......................................................................

Fix for stat1002 host in rsync job for aggregate datasets

Change-Id: I994955eb0a715c804492f8d2599c17cb1ea6083c
---
M manifests/misc/statistics.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/24/170024/1

diff --git a/manifests/misc/statistics.pp b/manifests/misc/statistics.pp
index 5f57107..03a6689 100644
--- a/manifests/misc/statistics.pp
+++ b/manifests/misc/statistics.pp
@@ -295,7 +295,7 @@
 
     # rsync from stat1002:/srv/aggregate-datasets to 
$working_path/aggregate-datasets
     cron { 'rsync aggregate datasets from stat1002':
-        command => "/usr/bin/rsync -rt --delete 
stat1002.wikimedia.org::srv/aggregate-datasets/* 
${working_path}/aggregate-datasets/",
+        command => "/usr/bin/rsync -rt --delete 
stat1002.eqiad.wmnet::srv/aggregate-datasets/* 
${working_path}/aggregate-datasets/",
         require => File["${working_path}/aggregate-datasets"],
         user    => 'root',
         minute  => '*/30',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I994955eb0a715c804492f8d2599c17cb1ea6083c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to