Support for scripts
This commit is contained in:
parent
d25fc792b6
commit
bdb9ee6a4a
13 changed files with 53 additions and 14 deletions
|
|
@ -2,5 +2,4 @@
|
|||
java: "openjdk-7-jre-headless"
|
||||
default_file: "/etc/default/elasticsearch"
|
||||
init_script: "/etc/init.d/elasticsearch"
|
||||
es_conf_dir: "/etc/elasticsearch"
|
||||
es_home: "/usr/share/elasticsearch"
|
||||
|
|
@ -2,5 +2,4 @@
|
|||
java: "java-1.8.0-openjdk.x86_64"
|
||||
default_file: "/etc/sysconfig/elasticsearch"
|
||||
init_script: "/etc/init.d/elasticsearch"
|
||||
es_conf_dir: "/etc/elasticsearch"
|
||||
es_home: "/usr/share/elasticsearch"
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
---
|
||||
es_package_url: "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch"
|
||||
es_conf_dir: "/etc/elasticsearch"
|
||||
Loading…
Add table
Add a link
Reference in a new issue