Re: [Puppet Users] Git Workflow

2011-05-03 Thread Mohit Chawla
On Tue, May 3, 2011 at 9:46 PM, Stefan Schulte < stefan.schu...@taunusstein.net> wrote: > So how do you use environments and branches? > It should be worth looking at http://hunnur.com/blog/2010/10/dynamic-git-branch-puppet-environments/ . Very flexible and useful approach. -- You received this

Re: [Puppet Users] Git Workflow

2011-05-03 Thread Russell Jackson
On 05/03/2011 09:16 AM, Stefan Schulte wrote: > Hi, > > I would like to know how your workflow looks like when you're writing > manifests. Currently we have the following construct: > > * 1 git repository with all modules > * 3 git branches: dev, staging, prod > * 3 puppet environments: dev, stag

Re: [Puppet Users] Git Workflow

2011-05-03 Thread Christopher Webber
We have a single master branch and then check various branches out into dev. I wrote up an article about how our env works a few months back. It may be useful to look at. https://cwebber.ucr.edu/2011/03/multiple-environments-in-puppet/ My guess is that eventually we will have multiple dev environ

[Puppet Users] Git Workflow

2011-05-03 Thread Stefan Schulte
Hi, I would like to know how your workflow looks like when you're writing manifests. Currently we have the following construct: * 1 git repository with all modules * 3 git branches: dev, staging, prod * 3 puppet environments: dev, staging, prod The modulepath of each environment is a checkout of