Trusty juno updates

* update spec platform versions

Change-Id: I4f71eff9c558e203380600fac3edc09b53898c81
Implements: blueprint trusty-juno
This commit is contained in:
Mark Vanderwiel
2015-02-02 16:26:05 -06:00
parent a0a75fe62a
commit 3f719db2e6

View File

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