Trusty juno updates

* update spec platform versions

Change-Id: Ibac287f929d9fae6c718f104503c96fe4070e02f
Implements: blueprint trusty-juno
This commit is contained in:
Mark Vanderwiel 2015-02-02 16:35:27 -06:00
parent 197e54735f
commit e182d5e3cf
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@ require 'chef/application'
LOG_LEVEL = :fatal LOG_LEVEL = :fatal
REDHAT_OPTS = { REDHAT_OPTS = {
platform: 'redhat', platform: 'redhat',
version: '6.5', version: '7.0',
log_level: ::LOG_LEVEL log_level: ::LOG_LEVEL
} }
UBUNTU_OPTS = { UBUNTU_OPTS = {
platform: 'ubuntu', platform: 'ubuntu',
version: '12.04', version: '14.04',
log_level: ::LOG_LEVEL log_level: ::LOG_LEVEL
} }
SUSE_OPTS = { SUSE_OPTS = {