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

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

Issue 29323748: Issue 2912 - Drop $nginx::worker_processes from statsmaster setup (Closed)
Patch Set: Created Aug. 17, 2015, 2:51 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/statsmaster/manifests/init.pp
diff --git a/modules/statsmaster/manifests/init.pp b/modules/statsmaster/manifests/init.pp
index 25db5f0c4bfd3d662aea35467e20096fea806b7b..c8553413312f5d81fc3190e525c57925ae9371a2 100644
--- a/modules/statsmaster/manifests/init.pp
+++ b/modules/statsmaster/manifests/init.pp
@@ -35,7 +35,6 @@ class statsmaster(
}
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