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

Unified Diff: modules/notificationserver/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 | « modules/filterserver/manifests/init.pp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notificationserver/manifests/init.pp
diff --git a/modules/notificationserver/manifests/init.pp b/modules/notificationserver/manifests/init.pp
index eb4755261d5fe40ff0f3b5e205f5fdb4db783828..e5af176c5553b86287f2273403ef2f654f7377d6 100644
--- a/modules/notificationserver/manifests/init.pp
+++ b/modules/notificationserver/manifests/init.pp
@@ -1,7 +1,6 @@
class notificationserver($is_default = false) {
if !defined(Class['nginx']) {
class {'nginx':
- worker_processes => 2,
worker_connections => 4000,
ssl_session_cache => off,
}
« no previous file with comments | « modules/filterserver/manifests/init.pp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld