 Issue 29322051:
  Issue 2766 - Remove underscores from DNS names  (Closed)
    
  
    Issue 29322051:
  Issue 2766 - Remove underscores from DNS names  (Closed) 
  | Index: modules/statsmaster/manifests/awstats.pp | 
| diff --git a/modules/statsmaster/manifests/awstats.pp b/modules/statsmaster/manifests/awstats.pp | 
| index 82073db22ecd40343a05050db53e0c55e253c558..21566b9fc0ddfb0be595253ea83ccc5b3f0808f7 100644 | 
| --- a/modules/statsmaster/manifests/awstats.pp | 
| +++ b/modules/statsmaster/manifests/awstats.pp | 
| @@ -127,7 +127,7 @@ class statsmaster::awstats { | 
| log => 'access_log_eyeo.com', | 
| }, | 
| 'intraforum.adblockplus.org' => { | 
| - host => 'server_10.adblockplus.org', | 
| + host => 'server10.adblockplus.org', | 
| 
mathias
2015/07/13 06:53:44
@trev Can you think of any side-effects in the sta
 
Wladimir Palant
2015/07/13 11:35:27
No, AWStats doesn't care about host names.
 | 
| log => 'access_log_intraforum', | 
| }, | 
| } |