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:
parent
64de0fca3c
commit
17a6a35c92
1 changed files with 0 additions and 5 deletions
5
Vagrantfile
vendored
5
Vagrantfile
vendored
|
@ -1,5 +0,0 @@
|
|||
VAGRANTFILE_API_VERSION = "2"
|
||||
|
||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
Vagrant.require_plugin "vagrant-lxc"
|
||||
end
|
Loading…
Reference in a new issue