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
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
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
- 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