Rush has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/281482

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/82/281482/1

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: newchange
Gerrit-Change-Id: I3a5809bd72682b00051880f79a06eeb426532f33
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <[email protected]>

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

Reply via email to