Issue 40 + refactoring for better layout and more efficient restart process
This commit is contained in:
parent
731d4b20fe
commit
7b620eadf9
9 changed files with 44 additions and 24 deletions
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
java: "openjdk-7-jre-headless"
|
||||
default_file: "/etc/default/elasticsearch"
|
||||
init_script: "/etc/init.d/elasticsearch"
|
||||
es_home: "/usr/share/elasticsearch"
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
java: "java-1.8.0-openjdk.x86_64"
|
||||
default_file: "/etc/sysconfig/elasticsearch"
|
||||
init_script: "/etc/init.d/elasticsearch"
|
||||
es_home: "/usr/share/elasticsearch"
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
es_package_url: "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch"
|
||||
es_conf_dir: "/etc/elasticsearch"
|
||||
sysd_script: "/usr/lib/systemd/system/elasticsearch.service"
|
||||
sysd_script: "/usr/lib/systemd/system/elasticsearch.service"
|
||||
init_script: "/etc/init.d/elasticsearch"
|
||||
Loading…
Add table
Add a link
Reference in a new issue