Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: modules/statsmaster/manifests/awstats.pp

Issue 29322051: Issue 2766 - Remove underscores from DNS names (Closed)
Patch Set: Created July 13, 2015, 6:51 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « modules/private-stub/hiera/hosts.yaml ('k') | modules/web/templates/adblockplus.org.conf.erb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
},
}
« no previous file with comments | « modules/private-stub/hiera/hosts.yaml ('k') | modules/web/templates/adblockplus.org.conf.erb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld