Hacker News new | ask | show | jobs
by alanpeabody 4132 days 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/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.

1 comments

I'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!