 Issue 6293281981857792:
  Issue 239 - Move AWStats processing to the stats server  (Closed)
    
  
    Issue 6293281981857792:
  Issue 239 - Move AWStats processing to the stats server  (Closed) 
  | Index: manifests/webserver.pp | 
| =================================================================== | 
| --- a/manifests/webserver.pp | 
| +++ b/manifests/webserver.pp | 
| @@ -1,10 +1,10 @@ | 
| node 'web1' { | 
| - include base | 
| + include base, statsclient | 
| class {'web::server': | 
| vhost => 'eyeo.com', | 
| certificate => 'eyeo.com_sslcert.pem', | 
| private_key => 'eyeo.com_sslcert.key', | 
| is_default => true, | 
| aliases => ['www.eyeo.com', 'eyeo.de', 'www.eyeo.de'], | 
| custom_config => ' |