Get rid of the vagrant-berkshelf plugin

It has been abandoned by its creators
This commit is contained in:
Greg Karékinian 2019-10-08 18:20:57 +02:00
parent 585374861d
commit 6ea0498490

7
Vagrantfile vendored
View File

@ -27,13 +27,6 @@ Vagrant.configure(2) do |config|
override.ssh.port = 22 override.ssh.port = 22
end end
if Vagrant.has_plugin?("vagrant-berkshelf")
config.berkshelf.enabled = true
else
puts "Install vagrant-berkshelf:\n vagrant plugin install vagrant-berkshelf"
exit 1
end
# Disable automatic box update checking. If you disable this, then # Disable automatic box update checking. If you disable this, then
# boxes will only be checked for updates when the user runs # boxes will only be checked for updates when the user runs
# `vagrant box outdated`. This is not recommended. # `vagrant box outdated`. This is not recommended.