Make 6.x the default version
This commit is contained in:
parent
9d9b87e4ab
commit
fbfc85e766
3 changed files with 6 additions and 6 deletions
|
|
@ -20,8 +20,8 @@ provisioner:
|
|||
attributes:
|
||||
extra_vars:
|
||||
es_major_version: "<%= ENV['VERSION'] %>"
|
||||
<% if ENV['VERSION'] == '6.x' %>
|
||||
es_version: '6.1.2'
|
||||
<% if ENV['VERSION'] == '5.x' %>
|
||||
es_version: '5.6.7'
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue