Answers for "`path` for shell provisioner does not exist on the host system:"

0

`path` for shell provisioner does not exist on the host system:

Vagrant.configure("2") do |config|

  config.vm.box = "ubuntu/xenial64"

  dir = File.expand_path("..", __FILE__)
  puts "DIR: #{dir}"

  config.vm.provision "shell", path: File.join(dir, "script.sh")

end
Posted by: Guest on April-21-2021

Code answers related to "`path` for shell provisioner does not exist on the host system:"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language