Skip to content

Commit

Permalink
Add centos 7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Lam committed Aug 25, 2015
1 parent 2a6c557 commit 14705e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ platforms:
run_list: yum-epel::default
- name: centos-6.5
run_list: yum-epel::default
- name: centos-7.0
run_list: yum-epel::default
- name: debian-7.2.0
run_list: apt::default
- name: debian-7.4
Expand Down
1 change: 1 addition & 0 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ cookbook 'omnibus'

group :integration do
cookbook 'apt', '~> 2.3'
cookbook 'yum-epel', '~> 0.6'
end
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

# Install omnibus software
gem 'omnibus', github: 'opscode/omnibus'
# Install omnibus
gem 'omnibus', github: 'chef/omnibus'

# Use Chef's software definitions. It is recommended that you write your own
# software definitions, but you can clone/fork Chef's to get you started.
Expand Down

0 comments on commit 14705e1

Please sign in to comment.