Ejecutar script de init desde vagrant

pull/6/head
Vadim vtroshchinskiy 2024-01-12 12:25:51 +01:00
parent bdc9fe410d
commit 0cc9c2a91d
1 changed files with 1 additions and 1 deletions

View File

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