| Index: modules/adblockplus/templates/log/rotation.erb | 
| diff --git a/modules/adblockplus/templates/log/rotation.erb b/modules/adblockplus/templates/log/rotation.erb | 
| index bcf443d3f93b049cca860de3985aa02bb6331ea4..6962babd9786e1fb5f1e2a203c56620bca496a0e 100644 | 
| --- a/modules/adblockplus/templates/log/rotation.erb | 
| +++ b/modules/adblockplus/templates/log/rotation.erb | 
| @@ -12,13 +12,4 @@ | 
| <%= @postrotate.join("\n    ") rescue @postrotate %> | 
| endscript | 
| <% end -%> | 
| -<% if @upload -%> | 
| -  lastaction | 
| -    <%= scope.function_shellquote([ | 
| -      "ssh", "-i", "/etc/ssh/ssh_host_rsa_key", | 
| -      scope.function_hiera("adblockplus::log::uplink", "localhost"), | 
| -      @name, | 
| -    ]) %> < <%= @path %>.1.gz | 
| -  endscript | 
| -<% end -%> | 
| } | 
|  |