Debian package url fixes for 5.x
This commit is contained in:
parent
f664580ce6
commit
2b60a217ab
3 changed files with 5 additions and 37 deletions
|
|
@ -3,9 +3,9 @@ es_major_version: "5.x"
|
|||
es_version: "5.1.1"
|
||||
es_version_lock: false
|
||||
es_use_repository: true
|
||||
es_apt_key: "https://packages.elasticsearch.org/GPG-KEY-elasticsearch"
|
||||
es_apt_url: "deb https://packages.elastic.co/elasticsearch/{{ es_major_version }}/debian stable main"
|
||||
es_apt_url_old: "deb http://packages.elastic.co/elasticsearch/{{ es_major_version }}/debian stable main"
|
||||
es_apt_key: "https://artifacts.elastic.co/GPG-KEY-elasticsearch"
|
||||
es_apt_url: "deb https://artifacts.elastic.co/packages/{{ es_major_version }}/apt stable main"
|
||||
es_apt_url_old: "deb https://artifacts.elastic.co/packages/{{ es_major_version }}/apt stable main"
|
||||
es_start_service: true
|
||||
es_java_install: true
|
||||
update_java: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue