vagrant-butcher
vagrant-butcher copied to clipboard
Delete Chef client and node when destroying Vagrant VM
Bumps [date](https://github.com/ruby/date) from 2.0.0 to 3.2.1. Commits 1b7504f Add length limit option for methods that parses date strings e0a4cbc Bump up date version to 3.2.0 c6ab662 Merge pull request #38...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...
I've set the node_name in the VM as "test" but butcher is trying to authenticate as the image name. ``` default: Could not butcher node centos65-x86_64-20140116: {"error":["Failed to authenticate as...
I have a Vagrantfile that starts vagrant machine (VirtualBox) and provisions it with chef-client. I want the client and node to be removed when I run `vagrant destroy`. The problem...
There should be a `vagrant butcher` command that will enable the user to run the butcher code without having to destroy the box. ## --delete-guest-client-pem There should be an optional...
"[Chef Zero](https://github.com/opscode/chef-zero) is a simple, easy-install, in-memory Chef server that can be useful for Chef Client testing and chef-solo-like tasks that require a full Chef Server." I think that this...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...