Slide 71
Slide 71 text
Virtualize your environment with Vagrant and Puppet - Columbus Code Camp - October 12th, 2013
Takeaways
• Bad (or unstable) environments (be it dev, qa, staging, or
prod) hurt developers.
• Puppet lets you automate all of the configuration of your
systems (dev, qa, staging, and prod), ensuring
consistency between them.
• Vagrant is easy to use, and will let you use your
production puppet configs to build development
environments.
• You will manage server configuration, whether you
decide to or not. If you choose not to do it formally it will
come back to bite you when you forget something later.