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

Unified Diff: manifests/webserver.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
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 => '

Powered by Google App Engine
This is Rietveld