Move to rhel 7.1

rhel 7.0 is not EUS/LTS, need to switch to 7.1.

Change-Id: I14e910ee9d84bb3831e081dac5c36c8b4d1b72f3
Related-Bug: #1438878
This commit is contained in:
Mark Vanderwiel 2015-03-31 15:18:48 -05:00
parent 7d54393016
commit 9e84f38eae
1 changed files with 2 additions and 2 deletions

View File

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