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

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

Issue 29481589: #1981- Remove Nginx initialization from filter server classes (Closed)
Patch Set: Created July 6, 2017, 9:07 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 | « hiera/roles/filterserver.yaml ('k') | 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 d1c820c010369f71933954567c96ea45869aa24b..1935bb5d7922306c0ff4d41a57b1f6fe6befb5cd 100644
--- a/modules/filterserver/manifests/init.pp
+++ b/modules/filterserver/manifests/init.pp
@@ -1,10 +1,6 @@
class filterserver($is_default = false) {
- if !defined(Class['nginx']) {
- class {'nginx':
- worker_connections => 4000,
- ssl_session_cache => off,
- }
- }
+
+ include nginx
if !defined(File['/var/www']) {
file {'/var/www':
« no previous file with comments | « hiera/roles/filterserver.yaml ('k') | modules/notificationserver/manifests/init.pp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld