Skip to content

Instantly share code, notes, and snippets.

@bhipple
Last active January 21, 2016 05:58
Show Gist options
  • Save bhipple/c5899a10602f5ebb01ac to your computer and use it in GitHub Desktop.
Save bhipple/c5899a10602f5ebb01ac to your computer and use it in GitHub Desktop.
Chef Notes

Kitchen

Kitchen tests a cookbook locally, using a .kitchen.yml file generated when the chef generate cookbook was originally run and then manually updated thereafter.

Once the .kitchen.yml file is up to date, I can run kitchen create (once) to create a VM with Vagrant, then kitchen converge to update that VM as the recipe changes.

If at any point I want to check state manually, use kitchen login.

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