Remove Vagrantfile from project root

We already have one for development purposes on /development and
`Vagrant.require_plugin` has been deprecated on Vagrant 1.5+
This commit is contained in:
Fabio Rehm 2014-03-21 19:59:48 -03:00
parent 64de0fca3c
commit 17a6a35c92

5
Vagrantfile vendored
View file

@ -1,5 +0,0 @@
VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
Vagrant.require_plugin "vagrant-lxc"
end