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

Unified Diff: manifests/intraforumserver.pp

Issue 6293281981857792: Issue 239 - Move AWStats processing to the stats server (Closed)
Patch Set: Created April 23, 2014, 1:14 p.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 | « no previous file | manifests/webserver.pp » ('j') | modules/statsmaster/files/known_hosts » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
}
« no previous file with comments | « no previous file | manifests/webserver.pp » ('j') | modules/statsmaster/files/known_hosts » ('J')

Powered by Google App Engine
This is Rietveld