ColinDabritz / rails_lab_coat

Tools for doing rails science! (and cleaning up after yourself)
2 stars 2 forks source link

make vagrant file idempotent #18

Closed ColinDabritz closed 11 years ago

ColinDabritz commented 11 years ago

idempotent means you can run the file repeatedly and it won't change. Ensure that the main script is idempotent.

This is a pre-req to exploring alternatives, and perhaps porting the entire process into a single vagrant file, where the base image snapshot is the only update performed, and then only for convenience.