Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fnichol
Last active June 26, 2019 02:29
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save fnichol/77c9ba7c64d9b6efa936 to your computer and use it in GitHub Desktop.
Save fnichol/77c9ba7c64d9b6efa936 to your computer and use it in GitHub Desktop.
Testing multiple versions of Chef with Test Kitchen
---
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
@lanyonm
Copy link

lanyonm commented Feb 7, 2015

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment