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

Unified Diff: modules/filterserver/manifests/init.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
Index: modules/filterserver/manifests/init.pp
===================================================================
--- a/modules/filterserver/manifests/init.pp
+++ b/modules/filterserver/manifests/init.pp
@@ -1,19 +1,15 @@
class filterserver {
class {'nginx':
worker_processes => 2,
worker_connections => 4000,
ssl_session_cache => off,
}
- class {'statsclient':
- log_path => '/var/log/nginx/access_log_easylist_downloads.1.gz',
- }
-
user {'subscriptionstat':
ensure => absent,
}
user {'rsync':
ensure => present,
comment => 'Filter list mirror user',
home => '/home/rsync',

Powered by Google App Engine
This is Rietveld