Re: [Puppet Users] Using puppet to redeploy staging app

2011-01-14 Thread Daniel Pittman
On Fri, Jan 14, 2011 at 14:26, Romain Pelisse wrote: >> Personally, I would use some sort of CI solution like Hudson that >> would be triggered on commit.  As part of the configured project you >> could have a full test suite run and if (and only if) it was entirely >> successful build new OS pac

Re: [Puppet Users] Using puppet to redeploy staging app

2011-01-14 Thread Romain Pelisse
> > Personally, I would use some sort of CI solution like Hudson that > would be triggered on commit. As part of the configured project you > could have a full test suite run and if (and only if) it was entirely > successful build new OS packages and push that artefact up to your > repository. T

Re: [Puppet Users] Using puppet to redeploy staging app

2011-01-14 Thread Daniel Pittman
On Fri, Jan 14, 2011 at 13:41, Romain Pelisse wrote: > I'm building a staging environement and I would like it to be able to > redeploy automatically, after each commit - or every hour, some > applications. Those applications are right now deployed and set up by > puppet. I wonder if I should use

[Puppet Users] Using puppet to redeploy staging app

2011-01-14 Thread Romain Pelisse
Hi, I'm building a staging environement and I would like it to be able to redeploy automatically, after each commit - or every hour, some applications. Those applications are right now deployed and set up by puppet. I wonder if I should use puppet to redeploy those applications after each commit,