Make 6.x the default version

This commit is contained in:
Michael Russell 2018-02-01 14:54:16 +01:00
parent 9d9b87e4ab
commit fbfc85e766
No known key found for this signature in database
GPG key ID: A90C1696496085FE
3 changed files with 6 additions and 6 deletions

View file

@ -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 %>