c10l / vagrant-butcher

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

Node and Client are butchered before destroy confirmation #56

Closed Yserz closed 9 years ago

Yserz commented 9 years ago

Butcher seems to be greedy

// Client and Node are present... :P

$ vagrant destroy 
==> local-workstation: Chef node 'local-workstation' successfully butchered from the server...
==> local-workstation: Chef client 'local-workstation' successfully butchered from the server...
    local-workstation: Are you sure you want to destroy the 'local-workstation' VM? [y/N] n
==> local-workstation: The container will not be destroyed, since the confirmation was declined.

// VM still present :)
// Client and Node are gone... :(
c10l commented 9 years ago

Ah, good catch! I'll see if I can fix this tonight. Thanks for reporting! :)

Yserz commented 9 years ago

Thx, I'm glad that I can help :)