Update Chef to 15.3.14 #104

Manually merged
raucao merged 17 commits from feature/103-chef_15 into master 2019-10-13 18:15:09 +00:00
Showing only changes of commit 6ea0498490 - Show all commits

7
Vagrantfile vendored
View File

@ -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.