Ejecutar script de init desde vagrant
parent
bdc9fe410d
commit
0cc9c2a91d
|
@ -68,7 +68,7 @@ Vagrant.configure("2") do |config|
|
|||
# Enable provisioning with a shell script. Additional provisioners such as
|
||||
# Ansible, Chef, Docker, Puppet and Salt are also available. Please see the
|
||||
# documentation for more information about their specific syntax and use.
|
||||
# config.vm.provision "shell", inline: <<-SHELL
|
||||
config.vm.provision "shell", path: "init.sh"
|
||||
# apt-get update
|
||||
# apt-get install -y apache2
|
||||
# SHELL
|
||||
|
|
Loading…
Reference in New Issue