Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Include the portsnap recipe for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Mar 12, 2014
1 parent 4dd5f2b commit e805b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ platforms:
- name: centos-6.5
- name: fedora-19
- name: freebsd-9.2
run_list: freebsd::portsnap
- name: macosx-10.9
- name: debian-7.4
run_list: recipe[apt::default]
Expand Down
3 changes: 2 additions & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ site :opscode
metadata

group :integration do
cookbook "apt"
cookbook 'apt'
cookbook 'freebsd'
end

0 comments on commit e805b51

Please sign in to comment.