Move to rhel 7.1

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

Change-Id: If76be546189b74c8d08d5e5bd5d28a6af9c34a0c
Related-Bug: #1438878
This commit is contained in:
Mark Vanderwiel 2015-03-31 15:18:58 -05:00
parent bd109dbd1b
commit b98e9b561a
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ require 'chef/application'
LOG_LEVEL = :fatal
REDHAT_OPTS = {
platform: 'redhat',
version: '7.0',
version: '7.1',
log_level: LOG_LEVEL
}
UBUNTU_OPTS = {