Seth Thomas
Seth Thomas
kitchen diagnose is woefully under love and documented, let's fix that and drop it under a `Troubleshooting` section
For `kitchen init` et al As suggested from https://github.com/test-kitchen/test-kitchen/issues/889
The caching feature pulls down installers to `~/.kitchen/cache/` and if they are named the same, as `chef_12.19.36-1_amd64.deb` for all Debian/Ubuntu builds, there doesn't appear to be any validation that it's...
If Vagrant barfs on loading the shared folders and we can reliably catch that message for the providers then we should print a nice message showing how to disable shared...
Remove any and all references to this pinning solution that has been long deprecated and unsupported. `{"run_list":["recipe[[email protected]]"]}` Souce: https://docs.chef.io/cookbook_versions.html#run-lists
Current tests only check if the service is up but not if it's configured correctly, a good first start would be to validate that the creds we drop in the...