[Puppet Users] Re: Help with Passenger-based puppetmaster....

2009-05-10 Thread Juri Rischel Jensen
Hi everyone, I'm sorry to push for a solution to this problem, but I simply can't see my way out of this. I know there's some of you out there running a Passengerbased setup - can you tell me what I do wrong here...? On May 5, 2009, at 10:28 , Juri Rischel Jensen wrote: > Hi eveyone, > > I'm

[Puppet Users] Re: Help with Passenger-based puppetmaster....

2009-05-10 Thread Nigel Kersten
How did you install Passenger? What Debian based OS are you on? Are you running Apache worker or prefork mpm? I've had some issues getting Passenger 2.1.2 to work with some of these variants where 2.1.1 worked fine. I've yet to have time to dig into it properly though. On Sun, May 10, 2009 a

[Puppet Users] Re: exported res with multiple tags not working

2009-05-10 Thread Ben
Luke Kanies wrote: > On May 6, 2009, at 7:36 PM, Ben wrote: > > >> I am creating a "define" to manage cups printers on many servers and >> would like to export the necessary 'file' and 'exec' resources with >> multiple tags so i can be selective about what is realized on what >> servers but i d

[Puppet Users] Creating configurations that require information from multiple hosts

2009-05-10 Thread Joel
Puppet users, I am a puppet newbie and I have what I hope is a simple question. What is puppet best practice for when you need to create configuration files or types based on information found in other nodes, essentially meta-configuration. So for a practical example my nodes have modules define

[Puppet Users] Creating configurations that require information from multiple hosts

2009-05-10 Thread Joel Heenan
Sorry to answer my own question. The answer appears to be that exported resources provide this functionality, http://reductivelabs.com/trac/puppet/wiki/ExportedResources Here is an example module using them http://github.com/duritong/puppet-nagios/tree/master Joel On Mon, May 11, 2009 at 1:32