Skip to content

Instantly share code, notes, and snippets.

@jniesen
Last active May 20, 2016 07:11
Show Gist options
  • Save jniesen/f887b36d7baa31e58bcd3b2cc79a959c to your computer and use it in GitHub Desktop.
Save jniesen/f887b36d7baa31e58bcd3b2cc79a959c to your computer and use it in GitHub Desktop.
Using Test-Kitchen

Pros:

  • Test-Kitchen requires kitchen-puppet to have a puppet provisioner. kitchen-puppet requires librarian-puppet because it handles all puppet module dependency resolution for you via Puppetfile.
  • I can use a ruby > 2.1 without a bunch of crazy errors from beaker

Cons:

  • Test-Kitchen was created for testing chef. Chef seems to get installed even when I'm using a puppet provisioner.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment