Vagrant in production

Vagrant should be used more like a staging environment to test your infrastructure changes. It should be your test bed for automated infrastructure changes. The way we use it at my company is like so: Create VMs for our managed servers in Vagrant. Create puppet definitions for each server. Create cucumber tests for each server. … Read more

tech