Skip to content

Instantly share code, notes, and snippets.

@joatmon08
Last active July 20, 2017 20:53
Show Gist options
  • Save joatmon08/526c37a94212d9dde610313c1b57cd66 to your computer and use it in GitHub Desktop.
Save joatmon08/526c37a94212d9dde610313c1b57cd66 to your computer and use it in GitHub Desktop.
Chef Kitchen Basics

Chef Kitchen Basics

driver

drivers

provisioner

chef_zero

running with a different YAML file

You need to set the variable $KITCHEN_YAML.

KITCHEN_YAML=kitchen-test.yaml kitchen verify

kitchen test

  • no way to store variables right now
  • use command, bit hacky but so far best recourse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment