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

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

Issue 29323751: Issue 2912 - Drop $nginx::worker_processes from updateserver setup (Closed)
Patch Set: Created Aug. 17, 2015, 2:53 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/updateserver/manifests/init.pp
diff --git a/modules/updateserver/manifests/init.pp b/modules/updateserver/manifests/init.pp
index 8a1f101431d2a05041ebe8f1115aa6b7bcb6fd3f..b8b67f0e20956a330da4d9ac3f50888de484b1f9 100644
--- a/modules/updateserver/manifests/init.pp
+++ b/modules/updateserver/manifests/init.pp
@@ -5,7 +5,6 @@ class updateserver(
$is_default=false
) {
class {'nginx':
- worker_processes => 2,
worker_connections => 4000,
ssl_session_cache => off,
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld