[Puppet Users] Developing new modules using Puppet Sandbox

2012-03-21 Thread Aaron Schaefer
Hey everyone, I just wanted to share a simple project I created called Puppet Sandbox [1]. It's a multi-VM Vagrant-based Puppet development environment used for creating and testing new modules outside of your production environment. I also made a screencast that provides a brief overview of the

Re: [Puppet Users] Developing new modules using Puppet Sandbox

2012-03-21 Thread Jonathan Proulx
Screen cast looks cool, can't wait to dig into the code. I'm at the beginning (3rd day?) of a similar project using cucumber to drive module tests on virtual boxes using vagrant. I've been focusing on puppet applying single tasks (a module and its dependencies) to a variety of operating systems

Re: [Puppet Users] Developing new modules using Puppet Sandbox

2012-03-21 Thread elasticdog
On Wednesday, March 21, 2012 3:11:52 PM UTC-7, Jonathan Proulx wrote: Screen cast looks cool, can't wait to dig into the code. I'm at the beginning (3rd day?) of a similar project using cucumber to drive module tests on virtual boxes using vagrant. I've been focusing on puppet applying

Re: [Puppet Users] Developing new modules using Puppet Sandbox

2012-03-21 Thread Dan Bode
on a related note. I am a little over a week into starting to write a tool to streamline my module development efforts. It is intended to model multi-node deployments and to support running integration tests. It is all ec2 based (I had to abandon my vagrant + rake workflow b/c it just did not