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

Unified Diff: manifests/downloadserver.pp

Issue 5143068516810752: Added new stats server and user counter page (Closed)
Patch Set: Centralized stats processing Created Dec. 20, 2013, 3:47 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 | « Vagrantfile ('k') | manifests/filterserver.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: manifests/downloadserver.pp
===================================================================
--- a/manifests/downloadserver.pp
+++ b/manifests/downloadserver.pp
@@ -1,7 +1,9 @@
node 'download1' {
include base, downloadserver
class {'nagios::client':
server_address => 'monitoring.adblockplus.org'
}
+
+ class {'statsclient': }
Felix Dahlke 2014/01/31 13:25:56 How about |include base, downloadserver, statsclie
}
« no previous file with comments | « Vagrantfile ('k') | manifests/filterserver.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld