Re: [Puppet Users] How to modify client authentication in passenger based puppet master behind ssl proxy

2012-08-18 Thread Calvin Walton
On Fri, 2012-08-17 at 16:00 -0700, opoplawski wrote: > I've configured our DMZ apache webserver to proxy connections from our > roaming users into our internal puppet master running under > passenger/apache. Everything is pretty much working but because I am using > SSL between the proxy server

Re: [Puppet Users] Override a file{} directive - is it possible?

2012-08-18 Thread Calvin Walton
On Fri, 2012-08-17 at 15:41 -0700, Sean Carolan wrote: > > You don't say what version of puppet you're using, whether you're using > > an ENC, or whether you're already using either extlookup() or hiera(), > > so it's really difficult to suggest something that integrates well with > > your current

[Puppet Users] Re: Installing Java software on Windows using Puppet

2012-08-18 Thread Jeff Sussna
I discovered a gotcha with exec'ing "reg add": the change to PATH doesn't show up in the current cmd environment (the one where puppet is being run). That means that, if you add something to PATH multiple times, only the last one will stick. I tried using puppet-registry, but am getting "unknow

Re: [Puppet Users] configuring stomp client with authentication

2012-08-18 Thread R.I.Pienaar
- Original Message - > From: "Miles Monteleone" > To: puppet-users@googlegroups.com > Sent: Friday, August 17, 2012 11:24:39 PM > Subject: [Puppet Users] configuring stomp client with authentication > > I'm trying to configure my puppetmaster to use activemq for message > queueing. Acti