 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/intraforumserver.pp | 
| =================================================================== | 
| --- a/manifests/intraforumserver.pp | 
| +++ b/manifests/intraforumserver.pp | 
| @@ -1,10 +1,10 @@ | 
| node 'server10' { | 
| - include base, ssh | 
| + include base, ssh, statsclient | 
| 
Wladimir Palant
2014/04/24 10:01:04
Leaving ssh here was a mistake apparently, statscl
 | 
| class {'discourse': | 
| domain => 'intraforum.adblockplus.org', | 
| certificate => 'intraforum.adblockplus.org_sslcert.pem', | 
| private_key => 'intraforum.adblockplus.org_sslcert.key', | 
| is_default => true, | 
| } |