Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/downloadserver/manifests/init.pp

Issue 11037080: Use ssh.adblockplus.org for SSH (Closed)
Patch Set: Updated known_hosts Created July 9, 2013, 2:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/downloadserver/files/known_hosts ('k') | modules/filterserver/files/known_hosts » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/downloadserver/manifests/init.pp
===================================================================
--- a/modules/downloadserver/manifests/init.pp
+++ b/modules/downloadserver/manifests/init.pp
@@ -141,7 +141,7 @@
require => [File['/home/rsync/.ssh/known_hosts'],
File['/home/rsync/.ssh/id_rsa'],
File['/var/www/devbuilds']],
- command => 'rsync -e ssh -ltprz devbuilds@adblockplus.org:. /var/www/devbuilds',
+ command => 'rsync -e ssh -ltprz devbuilds@ssh.adblockplus.org:. /var/www/devbuilds',
user => rsync,
hour => '*',
minute => '4-54/10'
« no previous file with comments | « modules/downloadserver/files/known_hosts ('k') | modules/filterserver/files/known_hosts » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld