Shell provisioning on Win7 fails
intel352 opened this issue · 1 comments
I've built a provisioning process for two different projects, one private (for my employer), one public: https://github.com/intel352/vagrant-bootstrap (upon which the private project is loosely based)
On Windows 7 (Win7), for both projects, when shell provisioning is attempted, vagrant will exit out, and if this occurs during a vagrant up
, the VM is destroyed.
Both projects provision properly under OSX.
Both projects also make use of another project, vagrant-shell-scripts
, which provides helper bash functions for ubuntu. My customized fork of that project is here: https://github.com/intel352/vagrant-shell-scripts (what's likely relevant, is how the helper functions are implemented using erb
templating within Vagrantfile
)
It would be great if anyone would confirm my results. Additionally, whatever I should do to assist in debugging, please let me know.