Get rid of the vagrant-berkshelf plugin
It has been abandoned by its creators
This commit is contained in:
parent
585374861d
commit
6ea0498490
7
Vagrantfile
vendored
7
Vagrantfile
vendored
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user