Fix a missing colon in new Vagrantfile
This commit is contained in:
parent
ce8513db9a
commit
5dfe323a2e
|
@ -70,7 +70,7 @@ Vagrant.configure(2) do |config|
|
||||||
# Enable provisioning with a shell script. Additional provisioners such as
|
# Enable provisioning with a shell script. Additional provisioners such as
|
||||||
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
|
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
|
||||||
# documentation for more information about their specific syntax and use.
|
# documentation for more information about their specific syntax and use.
|
||||||
# config.vm.provision "shell", inline <<-SHELL
|
# config.vm.provision "shell", inline: <<-SHELL
|
||||||
# sudo apt-get install apache2
|
# sudo apt-get install apache2
|
||||||
# SHELL
|
# SHELL
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue