[Puppet Users] conditional execution of package

2010-07-08 Thread prudhvi
Hi, I have been installing couchdb from source thorough " make/make install " using puppet's exec. The problem I am facing is when ever i run the configuration for the second time its not recognizing tat its already installed. couchdb is being installed all over again. is it the problem becoz , im

Re: [Puppet Users] managing php pecl modules

2010-07-08 Thread Jon Charette
These are ubuntu. I'll check out those package now. Thanks much for the pointers! On Thu, Jul 8, 2010 at 5:55 PM, Marc Fournier wrote: > On Thu, 8 Jul 2010 10:25:52 -0400 > Jon Charette wrote: > > > Does anyone have a module that handles pecl effectively? > > More a side note, but if you happe

Re: [Puppet Users] managing php pecl modules

2010-07-08 Thread Marc Fournier
On Thu, 8 Jul 2010 10:25:52 -0400 Jon Charette wrote: > Does anyone have a module that handles pecl effectively? More a side note, but if you happen to be using debian or a derivative, you might want to checkout dh-make-php, and use the dh-make-pecl script to build regular .deb packages you can

[Puppet Users] Re: managing php pecl modules

2010-07-08 Thread Garrett Honeycutt
On Jul 8, 7:25 am, Jon Charette wrote: > Does anyone have a module that handles pecl effectively? > > Thanks much. > -Jon. Feature request #2926[1] deals with this and has links to some code that may help you. How I have been handling this is to find/create a package using the systems native pac

Re: [Puppet Users] Variable Scoping: What do you want?

2010-07-08 Thread Joe McDonagh
On 07/02/2010 04:45 AM, David Schmitt wrote: On 6/30/2010 1:47 AM, Joe McDonagh wrote: Also, it would be *huge* to be able to append to vars. Right now I open fw ports via a variable in the node def like: $open_tcp_ports = "22,443" If I could always open 22 in the node def, but += inside class

Re: [Puppet Users] Re: Splitting classes into separate files

2010-07-08 Thread Douglas Garstang
On Wed, Jul 7, 2010 at 12:15 AM, Luke Kanies wrote: > On Jul 5, 2010, at 4:14 PM, Douglas Garstang wrote: > >> On Mon, Jul 5, 2010 at 4:00 PM, Peter Meier >> wrote: >>> >>> -BEGIN PGP SIGNED MESSAGE- >>> Hash: SHA1 >>> > In this module, if you use the following orginization puppet wil

[Puppet Users] managing php pecl modules

2010-07-08 Thread Jon Charette
Does anyone have a module that handles pecl effectively? Thanks much. -Jon. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-us...@googlegroups.com. To unsubscribe from this group, send email to puppe

Re: [Puppet Users] Puppet report server

2010-07-08 Thread Rob McBroom
On Jul 7, 2010, at 6:25 PM, Psyber wrote: > I was looking into the reporting features in puppet today and realized > that though I want the reports I don't want to bog my puppetmasters > down with the task of generating the rrd and png files. I can’t answer your question, but for what its worth -