Merge "Trusty juno updates"

This commit is contained in:
Jenkins 2015-02-10 19:08:35 +00:00 committed by Gerrit Code Review
commit f5bd6fcb6f
1 changed files with 2 additions and 2 deletions

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 = {