Re: [Puppet Users] Multiple Environments

2009-12-20 Thread James Turnbull
2009/12/20 Russ Allbery : > The advantage of Git branches is that we can much more easily merge or > cherry-pick changes between the environments.  For example, changes that > must be made in production can be made there and then merged into test, so > that test stays in sync easily but can maintai

[Puppet Users] Re: Couldn't see RRDReport in foreman

2009-12-20 Thread koliama
Yes, I configured reporting in Foreman: puppet.conf report = log,store,tagmail,rrdgraph,foreman Copy file foreman-report.rb into dir /usr/lib/ruby/site_ruby/1.8/ puppet/reports/foreman.rb and as edited $foreman_url = "http://mypuppethost"; After this restart Apache - is the same result. RRDReport

Re: [Puppet Users] Multiple Environments

2009-12-20 Thread R.I.Pienaar
hello, - "Douglas Garstang" wrote: > I'd like to be able to split out my puppet production and test > environments so that I can continue to develop puppet > modules/manifests without breaking production. How are people doing > this? Puppet environments may be one way. I guess I'd have a > m

Re: [Puppet Users] Re: Couldn't see RRDReport in foreman

2009-12-20 Thread Ohad Levy
reading your apache configs, i guess that foreman links to port 80 (and you are using 3000). you may switch to 80 or reformat the url statement yourself in app/views/hosts/_rrdreport.rhtml. cheers, Ohad On Sun, Dec 20, 2009 at 8:38 PM, koliama wrote: > Yes, I configured reporting in Foreman: >

Re: [Puppet Users] Multiple Environments

2009-12-20 Thread Douglas Garstang
On Sun, Dec 20, 2009 at 4:57 AM, R.I.Pienaar wrote: > hello, > > - "Douglas Garstang" wrote: > >> I'd like to be able to split out my puppet production and test >> environments so that I can continue to develop puppet >> modules/manifests without breaking production. How are people doing >> t

Re: [Puppet Users] Managing the same file from multiple modules/classes/manifests

2009-12-20 Thread Trevor Vaughan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, I would place each relevant part into its own file and build the resulting file at the end of the manifest collection. This is an example of doing this: http://reductivelabs.com/trac/puppet/wiki/Recipes/BuildingMultipartFiles I seem to rememb

Re: [Puppet Users] Modules metadata standards

2009-12-20 Thread Julian Simpson
2009/12/18 Al @ Lab42 : [snip] > Now, as a user, I think that it is important to know how to start to > write metadata files: format and minimal required parameters. > A final (?) decision is not to be rushed, but an indication of the > format and on some basic parameters  that won't be changed for

Re: [Puppet Users] Multiple Environments

2009-12-20 Thread Douglas Garstang
On Sun, Dec 20, 2009 at 1:58 PM, Douglas Garstang wrote: > On Sun, Dec 20, 2009 at 4:57 AM, R.I.Pienaar wrote: >> hello, >> >> - "Douglas Garstang" wrote: >> >>> I'd like to be able to split out my puppet production and test >>> environments so that I can continue to develop puppet >>> modul

Re: [Puppet Users] Modules metadata standards

2009-12-20 Thread James Turnbull
2009/12/21 Julian Simpson : > 2009/12/18 Al @ Lab42 : > [snip] >> Now, as a user, I think that it is important to know how to start to >> write metadata files: format and minimal required parameters. >> A final (?) decision is not to be rushed, but an indication of the >> format and on some basic p

Re: [Puppet Users] Modules metadata standards

2009-12-20 Thread Bruce Williams
On Dec 20, 2009, at 4:09 PM, Julian Simpson wrote: > 2009/12/18 Al @ Lab42 : > [snip] >> Now, as a user, I think that it is important to know how to start to >> write metadata files: format and minimal required parameters. >> A final (?) decision is not to be rushed, but an indication of the >>