Skip to content

Instantly share code, notes, and snippets.

@iroller
Created September 24, 2013 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iroller/54912998eac3ace049a1 to your computer and use it in GitHub Desktop.
Save iroller/54912998eac3ace049a1 to your computer and use it in GitHub Desktop.
% head -3 .kitchen.yml
---
provisioner: chef_zero
driver_plugin: vagrant
% kitchen list
Instance Driver Provisioner Last Action
default-test-app Vagrant Chef Zero <Not Created>
% kitchen provision
....
[Berkshelf] Using motd-tail (1.2.2)
[default] Running provisioner: chef_solo...
Generating chef JSON and uploading...
Running chef-solo...
stdin: is not a tty
[2013-09-24T13:41:39+02:00] INFO: *** Chef 10.14.2 ***
[2013-09-24T13:41:39+02:00] INFO: Setting the run_list to ["role[testing]", "recipe[testsapp]"] from JSON
[2013-09-24T13:41:39+02:00] ERROR: Role testing (included by 'top level') is in the runlist but does not exist. Skipping expand.
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment