6 ms·
Have you considered just using one base vagrant file and using remote scripts for each language? eg: config.vm.provision 'shell', path: 'https://raw.githubuser
by alanpeabody 12y ago
Have you considered just using one base vagrant file and using remote scripts for each language?
eg:
config.vm.provision 'shell', path: 'https://raw.githubusercontent.com/adlawson/vagrantfiles/master/elixir/latest.sh' https://raw.githubusercontent.com/adlawson/vagrantfiles/mast...
I am a big fan of super simple provisioning for vagrant boxes. For development and trying new things a simple bash script has proven, in my experience, to be much less of a headache then chef etc.
- adlawson 12y agoI've thought of doing something along those lines, but haven't done anything about it yet. If you'd like to contribute the changes or submit ideas that would be great. Don't worry if you can't or don't want to though!