Rush has submitted this change and it was merged.

Change subject: Revert "toollabs elastic don't use nginx light"
......................................................................


Revert "toollabs elastic don't use nginx light"

Well, on second thought the full nginx setup will involve
ssl cases we don't manage well in tools atm.

Change-Id: I3a5809bd72682b00051880f79a06eeb426532f33
---
M modules/role/manifests/toollabs/elasticsearch.pp
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Rush: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/role/manifests/toollabs/elasticsearch.pp 
b/modules/role/manifests/toollabs/elasticsearch.pp
index 98df6af..cfe293e 100644
--- a/modules/role/manifests/toollabs/elasticsearch.pp
+++ b/modules/role/manifests/toollabs/elasticsearch.pp
@@ -3,10 +3,13 @@
 # Provisions Elasticsearch node with nginx reverse proxy
 #
 class role::toollabs::elasticsearch {
-
     include ::base::firewall
     include ::elasticsearch
 
+    class { '::nginx':
+        variant => 'light',
+    }
+
     $auth_realm = 'Elasticsearch protected actions'
     $auth_file = '/etc/nginx/elasticsearch.htpasswd'
     nginx::site { 'elasticsearch':

-- 
To view, visit https://gerrit.wikimedia.org/r/281482
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3a5809bd72682b00051880f79a06eeb426532f33
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[email protected]>
Gerrit-Reviewer: Rush <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to