Skip to content

Commit

Permalink
Use Red Hat family instead of specific versions of CentOS
Browse files Browse the repository at this point in the history
CentOS versions were very specific.

Signed-off-by: Matt Ray <[email protected]>
  • Loading branch information
mattray committed Dec 12, 2018
1 parent f4534bc commit c1af3d7
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright: Chef Software, Inc.
copyright_email: [email protected]
license: Apache 2.0
summary: An InSpec Compliance Profile
version: 0.1.0
version: 0.1.1

# Initial testing and development of this profile is based on the
# chef-server cookbook and its supported platforms.
Expand All @@ -16,23 +16,8 @@ supports:
release: 14.04
- os-name: ubuntu
release: 12.04
- os-name: centos
release: 7.3.1611
- os-name: centos
release: 6.8
- platform-family: redhat
# not yet for the PoC, but let's fill this in for now so we don't have to type it all later.
# - os-name: redhat
# release: 7
# - os-name: redhat
# release: 6
# - os-name: redhat
# release: 5
# - os-name: centos
# release: 5.0
# - os-name: oracle
# release: 6
# - os-name: oracle
# release: 5
# - os-name: suse
# release: 11.4
# - os-name: suse
Expand Down

0 comments on commit c1af3d7

Please sign in to comment.