Giuseppe Lavagetto has uploaded a new change for review.

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

Change subject: deployment::rsync: fix cron
......................................................................

deployment::rsync: fix cron

Change-Id: I23bffbcc94f42ca4b6c4cee7d06890fcb214284c
---
M modules/deployment/manifests/rsync.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/67/265267/1

diff --git a/modules/deployment/manifests/rsync.pp 
b/modules/deployment/manifests/rsync.pp
index f781cfc..810c57c 100644
--- a/modules/deployment/manifests/rsync.pp
+++ b/modules/deployment/manifests/rsync.pp
@@ -23,7 +23,7 @@
 
     cron { 'sync_deployment_dir':
         ensure  => $ensure,
-        command => "/usr/bin/rsync -avz --delete 
rsync://${deployment_server}/srv/deployment /srv/deployment > /dev/null 2>&1",
+        command => "/usr/bin/rsync -avz --delete 
${deployment_server}::trebuchet_server /srv/deployment > /dev/null 2>&1",
         minute  => 0,
     }
 

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

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

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

Reply via email to