Add vagrant-pristine to the mix to ease development

This commit is contained in:
Fabio Rehm 2013-07-18 23:56:42 -03:00
parent 8fad5fafd8
commit 6f25abd4ae
3 changed files with 11 additions and 2 deletions

View file

@ -4,7 +4,8 @@ source 'https://rubygems.org'
gemspec
group :development do
gem 'vagrant', github: 'mitchellh/vagrant'
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
gem 'vagrant', github: 'mitchellh/vagrant'
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
gem 'rake'
end

View file

@ -4,6 +4,12 @@ GIT
specs:
vagrant-lxc (0.4.1.dev)
GIT
remote: git://github.com/fgrehm/vagrant-pristine.git
revision: 45a8d75f048bd611e337583496eb2b48b6998bbd
specs:
vagrant-pristine (0.1.0)
GIT
remote: git://github.com/mitchellh/vagrant.git
revision: cf0e302e34f3def9d5405bb14847b4b0cb67de01
@ -43,3 +49,4 @@ DEPENDENCIES
vagrant!
vagrant-cachier!
vagrant-lxc!
vagrant-pristine!

View file

@ -3,6 +3,7 @@
Vagrant.require_plugin 'vagrant-cachier'
Vagrant.require_plugin 'vagrant-lxc'
Vagrant.require_plugin 'vagrant-pristine'
Vagrant.configure("2") do |config|
config.vm.synced_folder "../", "/vagrant", id: 'vagrant-root'#, nfs: true