| Index: modules/downloadserver/manifests/init.pp | 
| =================================================================== | 
| --- a/modules/downloadserver/manifests/init.pp | 
| +++ b/modules/downloadserver/manifests/init.pp | 
| @@ -5,6 +5,8 @@ | 
| $is_default = false | 
| ) { | 
|  | 
| +  include adblockplus::web | 
| + | 
| class {'nginx': | 
| worker_connections => 4000, | 
| ssl_session_cache => off, | 
| @@ -37,12 +39,6 @@ | 
| managehome => true | 
| } | 
|  | 
| -  file {'/var/www': | 
| -    ensure => directory, | 
| -    owner => hg, | 
| -    mode => '0644', | 
| -  } | 
| - | 
| exec { "fetch_downloads": | 
| command => "hg clone https://hg.adblockplus.org/downloads /var/www/downloads", | 
| path => ["/usr/bin/", "/bin/"], | 
|  |