From 6ea0498490f7687277fbcacdd1683312bede3d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 8 Oct 2019 18:20:57 +0200 Subject: [PATCH] Get rid of the vagrant-berkshelf plugin It has been abandoned by its creators --- Vagrantfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 55acb7b..6689792 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -27,13 +27,6 @@ Vagrant.configure(2) do |config| override.ssh.port = 22 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 # boxes will only be checked for updates when the user runs # `vagrant box outdated`. This is not recommended.