Muehlenhoff has uploaded a new change for review.

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

Change subject: elasticsearch: Extend version check to also apply to jessie
......................................................................

elasticsearch: Extend version check to also apply to jessie

elasticsearch is also used on logstash100[4-6], which is running on jessie.

Change-Id: I85ac58fa80adbbed73bb6b57f0710609936ec91c
---
M modules/elasticsearch/manifests/packages.pp
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/18/314518/1

diff --git a/modules/elasticsearch/manifests/packages.pp 
b/modules/elasticsearch/manifests/packages.pp
index 90258f8..571d80c 100644
--- a/modules/elasticsearch/manifests/packages.pp
+++ b/modules/elasticsearch/manifests/packages.pp
@@ -14,8 +14,8 @@
 
     require_package('curl')
 
-    # library for elasticsearch. only in trusty+
-    if os_version('ubuntu >= trusty') {
+    # library for elasticsearch. only in trusty+ and jessie
+    if os_version('ubuntu >= trusty || debian >= jessie') {
         require_package('python-elasticsearch')
         require_package('python-ipaddr')
     }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I85ac58fa80adbbed73bb6b57f0710609936ec91c
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Muehlenhoff <[email protected]>

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

Reply via email to