# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
-Vagrant.configure(2) do |config|
+Vagrant.configure("2") do |config|
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
# documentation for more information about their specific syntax and use.
# config.vm.provision "shell", inline: <<-SHELL
- # sudo apt-get update
- # sudo apt-get install -y apache2
+ # apt-get update
+ # apt-get install -y apache2
# SHELL
end