Last active
June 26, 2019 02:29
Testing multiple versions of Chef with Test Kitchen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
driver: | |
name: vagrant | |
provisioner: | |
name: chef_zero | |
platforms: | |
- name: ubuntu-12.04-chef-11 | |
driver: | |
box: opscode-ubuntu-12.04 | |
provisioner: | |
require_chef_omnubus: 11.16.4 | |
- name: ubuntu-12.04-chef-12 | |
driver: | |
box: opscode-ubuntu-12.04 | |
provisioner: | |
require_chef_omnubus: 12.0.0 | |
suites: | |
- name: default | |
- name: crazier |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Fletcher,
It's a bit hard to spot, but there's a misspelling in "omnibus" that prevents this gist from working out of the box. Aside from that this is an awesomely helpful gist. 😄
Thanks!