Hello
I tried your vagrantfile and I got an error.
so not sure if yours is starting?? or why mine is not working
the error is missing an = in s.path
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.synced_folder "./", "/vagrant_share", create: true
config.vm.provision "shell" do |s|
s.path = "provision/setup.sh"
end
end
So, after the shares are mount, it run the script and I can see the echo:
==> default: Mounting shared folders...
default: /vagrant => /Volumes/hd1/Dropbox/vagrant_mini/trusty64
default: /vagrant_share => /Volumes/hd1/Dropbox/vagrant_mini/trusty64
==> default: Running provisioner: shell...
default: Running:
/var/folders/_h/d14sw7c55ds3qr05nnp6ckhc0000gn/T/vagrant-shell20150428-22140-1cr0tc6.sh
==> default: stdin: is not a tty
==> default: hello
> --
> 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
vagrant-up+...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.