Noah Kantrowitz
Noah Kantrowitz
Something like a special vhost name for permissions (`*`?) where those permissions apply to all vhosts would also fit the bill and would simplify management accounts a lot.
@pop The actual implementation (other than `skip`) of the methods is in https://github.com/chef/mixlib-install so that would be the place.
Also because the behavior is weird, the way that glob is used is to prune "non-cookbook" files from the sandbox before transfer to the instance.
Looks like it should be a ~1 line change in config.rb.
Yep, though if we add it to exclude it should also go in include too most likely. But still, easy to tweak the behavior.
But rather than all of this we should probably just offer something like travis where you can manually expand the matrix.
Try something like this as a lifecycle hook: ``` post_verify: kitchen $KITCHEN_INSTANCE exec cat /whatever/junit.xml > junit.xml ``` Might need to play with the quoting but something like that.
Yeah, having a `download` (and `upload`) action for lifecycle hooks would probably be a better solution anyway :) And would address this in a more flexible manner.
:-1: The plan on the kitchen-docker side is to remove the usage of SSH entirely. I think this is probably too specific to the weird needs of kitchen-docker's remote mode...
We should continue to discuss this but for others that find this ticket, you can currently do `kitchen converge -D` to show debug logs from Chef (or any other provisioner/verifier...