mlafeldt / chef-runner

The fastest way to run Chef cookbooks
Apache License 2.0
179 stars 17 forks source link

Support global Vagrant machine IDs #9

Closed mlafeldt closed 10 years ago

mlafeldt commented 10 years ago

So something like this works from anywhere:

$ vagrant global-status
id       name    provider   state    directory
---------------------------------------------------------------------------------------------
a748337  default virtualbox running  /Users/mlafeldt/devel/projects/practicing-ruby-cookbook
$ chef-runner -M a748337 ...
mlafeldt commented 10 years ago

Coincidentally, this also allows provisioning of Vagrant machines managed by Test Kitchen.