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

Unified Diff: modules/filterserver/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/filterserver/files/known_hosts ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filterserver/manifests/init.pp
===================================================================
--- a/modules/filterserver/manifests/init.pp
+++ b/modules/filterserver/manifests/init.pp
@@ -162,7 +162,7 @@
File['/home/rsync/.ssh/id_rsa'],
User['rsync']
],
- command => 'rsync -e ssh -ltprz rsync@adblockplus.org:. /var/www/easylist/',
+ command => 'rsync -e ssh -ltprz rsync@ssh.adblockplus.org:. /var/www/easylist/',
user => rsync,
hour => '*',
minute => '2-52/10'
« no previous file with comments | « modules/filterserver/files/known_hosts ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld