 Issue 11037080:
  Use ssh.adblockplus.org for SSH  (Closed)
    
  
    Issue 11037080:
  Use ssh.adblockplus.org for SSH  (Closed) 
  | 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' |