enable specify java package name

If es_java variable is set, it will use that as the java package name
instead of the default package.
This commit is contained in:
Marji Cermak 2016-06-05 15:43:04 +10:00
parent e14ebe06ab
commit d9d8810b62
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
---
java: "java-1.8.0-openjdk.x86_64"
java: "{{ es_java | default('java-1.8.0-openjdk.x86_64') }}"
default_file: "/etc/sysconfig/elasticsearch"
es_home: "/usr/share/elasticsearch"