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

Unified Diff: modules/filterserver/manifests/init.pp

Issue 29323738: Issue 2912 - Drop $nginx::worker_processes from filterserver setup (Closed)
Patch Set: Created Aug. 17, 2015, 2:46 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 | « no previous file | modules/notificationserver/manifests/init.pp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/filterserver/manifests/init.pp
diff --git a/modules/filterserver/manifests/init.pp b/modules/filterserver/manifests/init.pp
index 278b50374431e3a52456e83a3f1d67816b04506d..66797f6567b9a7f259cf19aaf0c8615f85b388e5 100644
--- a/modules/filterserver/manifests/init.pp
+++ b/modules/filterserver/manifests/init.pp
@@ -1,7 +1,6 @@
class filterserver($is_default = false) {
if !defined(Class['nginx']) {
class {'nginx':
- worker_processes => 2,
worker_connections => 4000,
ssl_session_cache => off,
}
« no previous file with comments | « no previous file | modules/notificationserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld