c10l / vagrant-butcher

Delete Chef client and node when destroying Vagrant VM
MIT License
124 stars 12 forks source link

When destroying a VM that does not use chef_client, Butcher spits out an error #40

Closed c10l closed 10 years ago

c10l commented 10 years ago

This error is thrown:

[Butcher] Could not connect to Chef Server: uninitialized constant VagrantPlugins::Chef::Config::ChefClient

This bug does not affect negatively Vagrant's or Butcher's behaviour in any way, it's purely cosmetic. That said, Butcher shouldn't try to do anything unless Chef client is in use.