Changed default variable names so entire hash is not overwritten. Enabled plugin install
This commit is contained in:
parent
3aecd58b59
commit
3da43c91d4
7 changed files with 31 additions and 16 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[elasticsearch-{{ elasticsearch.major_version }}]
|
||||
name=Elasticsearch repository for {{ elasticsearch.major_version }}.x packages
|
||||
baseurl=http://packages.elastic.co/elasticsearch/{{ elasticsearch.major_version }}/centos
|
||||
[elasticsearch-{{ es_major_version }}]
|
||||
name=Elasticsearch repository for {{ es_major_version }}.x packages
|
||||
baseurl=http://packages.elastic.co/elasticsearch/{{ es_major_version }}/centos
|
||||
gpgcheck=1
|
||||
gpgkey=http://packages.elastic.co/GPG-KEY-elasticsearch
|
||||
enabled=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue