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

Unified Diff: modules/notificationserver/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 | « 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 f51db151818ece1f852124f5bd1f0a4fa3180693..1d7eaf21f3a8602783bf6a8078647c6cd5a6cfa6 100644
--- a/modules/notificationserver/manifests/init.pp
+++ b/modules/notificationserver/manifests/init.pp
@@ -1,10 +1,6 @@
class notificationserver($is_default = false) {
- if !defined(Class['nginx']) {
- class {'nginx':
- worker_connections => 4000,
- ssl_session_cache => off,
- }
- }
+
+ include nginx
class {'sitescripts':
sitescriptsini_source => 'puppet:///modules/notificationserver/sitescripts.ini'
« 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