| Index: modules/adblockplus/manifests/web/fileserver/repository.pp |
| =================================================================== |
| --- a/modules/adblockplus/manifests/web/fileserver/repository.pp |
| +++ b/modules/adblockplus/manifests/web/fileserver/repository.pp |
| @@ -46,7 +46,7 @@ |
| is_default => false, |
| certificate => $adblockplus::web::fileserver::certificate, |
| private_key => $adblockplus::web::fileserver::private_key, |
| - log => 'access_log_fileserver', |
| + log => "access_log_$repository_host", |
| } |
| if $auth_file != undef { |