Skip to content

Commit

Permalink
Add test-kitchen
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Willis committed Jul 30, 2014
1 parent 8c7d9fa commit d77429d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ VERSION
Berksfile.lock
Gemfile.lock
vagrant-cookbooks
.kitchen/
.kitchen.local.yml
16 changes: 16 additions & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
driver:
name: vagrant

provisioner:
name: chef_solo

platforms:
- name: ubuntu-12.04
- name: centos-6.4

suites:
- name: default
run_list:
- recipe[dirsrv::default]
attributes:

0 comments on commit d77429d

Please sign in to comment.