Re: [Puppet Users] Ideas/Best Practices for module versioning

2010-07-14 Thread mohit chawla
This article is quite helpful as well: http://bitfieldconsulting.com/scaling-puppet-with-distributed-version-control On Thu, Jul 15, 2010 at 8:30 AM, Ohad Levy wrote: > On Thu, Jul 15, 2010 at 12:51 AM, Marc Zampetti > wrote: > >> Ohad, >> >> So does that mean you have a large number of env

Re: [Puppet Users] Ideas/Best Practices for module versioning

2010-07-14 Thread Ohad Levy
On Thu, Jul 15, 2010 at 12:51 AM, Marc Zampetti wrote: > Ohad, > > So does that mean you have a large number of environments? Wouldn't this > mean that worse case is that you have a separate environment for each node? > > In theory yes, but we never had this kind of scenario, we currently maintai

Re: [Puppet Users] Ideas/Best Practices for module versioning

2010-07-14 Thread Marc Zampetti
Ohad, So does that mean you have a large number of environments? Wouldn't this mean that worse case is that you have a separate environment for each node? Marc On 7/14/10 12:21 PM, Ohad Levy wrote: On Wed, Jul 14, 2010 at 11:39 PM, Cosimo Streppone mailto:cos...@streppone.it>> wrote:

Re: [Puppet Users] Ideas/Best Practices for module versioning

2010-07-14 Thread Ohad Levy
On Wed, Jul 14, 2010 at 11:39 PM, Cosimo Streppone wrote: > On Wed, 14 Jul 2010 17:19:33 +0200, Ohad Levy wrote: > > I use environments for this purpose. >> >> the first step is to add versions to your modules, then >> to automatically generate an environment for that selection of modules (in >>

Re: [Puppet Users] Ideas/Best Practices for module versioning

2010-07-14 Thread Ohad Levy
I use environments for this purpose. the first step is to add versions to your modules, then to automatically generate an environment for that selection of modules (in their respective version) hope this helps, Ohad On Wed, Jul 14, 2010 at 10:20 PM, Marc Zampetti wrote: > All, > > We are lookin

Re: [Puppet Users] Ideas/Best Practices for module versioning

2010-07-14 Thread Cosimo Streppone
On Wed, 14 Jul 2010 17:19:33 +0200, Ohad Levy wrote: I use environments for this purpose. the first step is to add versions to your modules, then to automatically generate an environment for that selection of modules (in their respective version) And how do you do that? Tried searching aro

[Puppet Users] Ideas/Best Practices for module versioning

2010-07-14 Thread Marc Zampetti
All, We are looking to implement Puppet as part of our config management/provisioning system. I've read a lot of wiki pages, all the Puppet docs, and the forums and mailing list archives. So far, I'm pretty comfortable with most of puppet, but the one area that I am a bit confused about is h