I calling my shell file like below:
config.vm.provision "shell" do |s|
s.path = "#{SCRIPTS}/#{CONFIGURE_SETTINGS}"
s.args = "#{USER} #{PW}"
endIf this script returns a non zero exit status, can I destroy the VM? -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
