Add vagrant-global-status to the mix so we can keep track of VMs left behind
This commit is contained in:
parent
f8484f7343
commit
b0180b16d9
2 changed files with 11 additions and 3 deletions
7
Gemfile
7
Gemfile
|
@ -4,9 +4,10 @@ source 'https://rubygems.org'
|
||||||
gemspec
|
gemspec
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'vagrant', github: 'mitchellh/vagrant'
|
gem 'vagrant', github: 'mitchellh/vagrant'
|
||||||
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
|
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
|
||||||
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
|
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
|
||||||
|
gem 'vagrant-global-status', github: 'fgrehm/vagrant-global-status'
|
||||||
gem 'vagrant-librarian-chef'
|
gem 'vagrant-librarian-chef'
|
||||||
gem 'vagrant-omnibus'
|
gem 'vagrant-omnibus'
|
||||||
gem 'rake'
|
gem 'rake'
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/fgrehm/vagrant-global-status.git
|
||||||
|
revision: 860a7ce70ff4596621af492e47eace5631f47324
|
||||||
|
specs:
|
||||||
|
vagrant-global-status (0.1.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/fgrehm/vagrant-lxc.git
|
remote: git://github.com/fgrehm/vagrant-lxc.git
|
||||||
revision: 5ae82681cdedaf2a6f778e005dd65014fc7c2cec
|
revision: 5ae82681cdedaf2a6f778e005dd65014fc7c2cec
|
||||||
|
@ -101,6 +107,7 @@ DEPENDENCIES
|
||||||
rake
|
rake
|
||||||
vagrant!
|
vagrant!
|
||||||
vagrant-cachier!
|
vagrant-cachier!
|
||||||
|
vagrant-global-status!
|
||||||
vagrant-librarian-chef
|
vagrant-librarian-chef
|
||||||
vagrant-lxc!
|
vagrant-lxc!
|
||||||
vagrant-omnibus
|
vagrant-omnibus
|
||||||
|
|
Loading…
Reference in a new issue