Re: [Puppet Users] gems, ruby installs, and paths

2011-04-03 Thread Robin Lee Powell
On Sat, Apr 02, 2011 at 05:05:18PM -0700, Nigel Kersten wrote: > On Sat, Apr 2, 2011 at 4:29 PM, Bill Weiss > wrote: > > > In a similar situation (ruby-1.8.x and REE installed on a > > server), I found that mangling the PATH to point at the > > appropriate ruby did it.  That only works if your en

Re: [Puppet Users] Puppetmaster behind ssh with remote port forward

2011-04-03 Thread Jaroslav Klaus
On 3.4.2011, at 7:06, Eric wrote: > I'm using an SSH Remote port forward, > ie I login into from the laptop into the EC2 instance witha "-R > 8140:localhost:8140" flag. > > but when I run puppetd I got the error: > > "err: Could not request certificate: SSL_connect SYSCALL returned=5 > errno=0

[Puppet Users] Re: Puppetmaster behind ssh with remote port forward

2011-04-03 Thread Eric
Nice!! thanks, that did the trick! On Apr 3, 6:48 am, Jaroslav Klaus wrote: > On 3.4.2011, at 7:06, Eric wrote: > > > I'm using an SSH Remote port forward, > > ie I login into from the laptop into the EC2 instance witha "-R > > 8140:localhost:8140" flag. > > >  but when I run puppetd I got the er

Re: [Puppet Users] adding dns entries to windows(2k3/2k8) dns server

2011-04-03 Thread Richard Clark
On 2 Apr 2011, at 18:15, Dave Augustus wrote: > When I add a web site to a server managed by puppet, I need to update DNS. > Unfortunately, most of the clients are part of a windows AD domain. These web > sites are for internal development, testing and qa. > > Anyone have suggestions on how I c

[Puppet Users] Nodes graphs

2011-04-03 Thread Jean Baptiste FAVRE
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Working further with puppet, I need to be able to graph both nodes and class dependencies to be able to diagnose issues and/or redundancies. Currently, activating graph allows me to get ressources/dependencies graphs per client. But I would li

Re: [Puppet Users] adding dns entries to windows(2k3/2k8) dns server

2011-04-03 Thread Ohad Levy
On Sat, Apr 2, 2011 at 8:14 PM, Dave Augustus wrote: > When I add a web site to a server managed by puppet, I need to update DNS. > Unfortunately, most of the clients are part of a windows AD domain. These > web sites are for internal development, testing and qa. > > Anyone have suggestions on how

Re: [Puppet Users] if statement: 'true' from left operand of 'in' expression is not a string

2011-04-03 Thread Ben Hughes
On Fri, Apr 01, 2011 at 11:19:16AM +0200, Jan wrote: > Any ideas? What am I missing? If you quote the true/falses, it works. In the style guide, they're being used as variables for setting options of a type: hasstatus => $trueorfalsevar. However, if you want to evaluate them, they need to be q

[Puppet Users] Re: Nodes graphs

2011-04-03 Thread donavan
On Apr 3, 10:10 am, Jean Baptiste FAVRE wrote: > But I would like to highlight nodes dependenxies as well. > Is there any way to get a global "node-centric" graph ? > If yes, how: server-side, client-side, both ? You might want to try this on puppet-dev. As far as I recall there's no network grap