Merge pull request #7369 from mitchellh/sethvargo/erb_no_sudo

Remove sudo from generated Vagrantfile
This commit is contained in:
Seth Vargo 2016-05-30 21:01:16 -04:00
commit 631935d9a2
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ Vagrant.configure("2") do |config|
# 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