Laravel4-Vagrant
Laravel4-Vagrant copied to clipboard
Laravel4-Vagrant on Windows
I dont know why, but for some reason, this line never gets executed on my Windows maschine:
lv4_config.vm.provision :shell, :path => "puppet/scripts/enable_remote_mysql_access.sh"
If I put it right behind the other provision line: "lv4_config.vm.provision" it works though.
Can anybody explain this behaviour?