saltstack-formulas / elasticsearch-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
21 stars 114 forks source link

Java requisite #58

Open OrangeDog opened 5 years ago

OrangeDog commented 5 years ago

On Debian (specifically Ubuntu 18.04.1) the postinstall of elasticsearch 6.x requires Java to be installed. This formula doesn't manage this dependency.

See also https://github.com/saltstack-formulas/logstash-formula, which does.

OrangeDog commented 5 years ago

It should also add the appropriate JAVA_HOME to the sysconfig by default.

OrangeDog commented 2 years ago

Just noting that ES 7 now has its own bundled JVM