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
|
|
@ -1,8 +1,6 @@
|
|||
[elasticsearch-{{ es_major_version }}]
|
||||
name=Elasticsearch repository for {{ es_major_version }} packages
|
||||
baseurl={% if es_version | version_compare('5.0', '>=') %}https://artifacts.elastic.co/packages/{{ es_major_version }}/yum{% else %}http://packages.elastic.co/elasticsearch/{{ es_major_version }}/centos{% endif %}
|
||||
|
||||
baseurl=https://artifacts.elastic.co/packages/{{ es_major_version }}/yum
|
||||
gpgcheck=1
|
||||
gpgkey={% if es_version | version_compare('5.0', '>=') %}https://artifacts.elastic.co/GPG-KEY-elasticsearch{% else %}http://packages.elastic.co/GPG-KEY-elasticsearch{% endif %}
|
||||
|
||||
gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch
|
||||
enabled=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue