[Puppet Users] Why do my SERVER certs get revoked?

2017-02-14 Thread Dayton Jones
I'm intermittently getting Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed: [certificate revoked for /CN=my.puppet.master] when clients try to connect...this is very random and could go months without the error, but I've got it

[Puppet Users] What is the limit of nodes mcollective and activemq can maintain?

2016-11-03 Thread Dayton Jones
I've seen posts of the "800 node wall" with mcollective/activemq, but nothing recent (http://ramblings.narrabilis.com/books/masteringpuppet/mcollective). Is there a logical limit of nodes that a collective can contain? I'm working in an environment that currently has about 27,000 nodes -

Re: [Puppet Users] Logging output of a long running exec

2015-12-15 Thread Dayton Jones
c_vol} ${dst_host} ${dst_vol}", onlyif => > "zfs get -H zrep:src-fs -o value ${src_vol} | grep -qv ${src_vol}", path => > ['/bin/', '/sbin/' , '/usr/bin/', '/usr/sbin/', '/usr/local/bin', > '/usr/local/sbin'], } > Sent from Nine <http://www.9folder

Re: [Puppet Users] Logging output of a long running exec

2015-12-15 Thread Dayton Jones
for puppet to capture... On Tuesday, December 15, 2015 at 12:16:04 PM UTC-6, Steve Traylen wrote: > > In this case the screen session stays forever and you can connect to it > later to see the output. That may or may not be useful to you of course > --- > Steve Traylen > >

[Puppet Users] Logging output of a long running exec

2015-12-11 Thread Dayton Jones
I have a legacy "provisioning" script that I'm calling with puppet on brand new machines (I'm slowly taking the functionality out of the script and into puppet, but for reasons I can't do a full replacement yet) I'd like to log the output of the provisioning and have included "logoutput" to

[Puppet Users] Re: Passing a generated variable inside a template...how?

2015-11-30 Thread Dayton Jones
}"]) -%> <% name = (fqdn.split('.')) -%> <%= scope["ipaddress_#{int}"] -%> <%= fqdn -%> <%= name.first %> On Monday, November 30, 2015 at 8:52:00 AM UTC-6, Dayton Jones wrote: > > Ok... I switched tactics somewhat and have more or less what I wanted: > >

[Puppet Users] Re: Passing a generated variable inside a template...how?

2015-11-30 Thread Dayton Jones
ame (myhost vs myhost.domain.com) 2) Is there a way to order the output (put 127.0.0.1 at the top, etc)? On Wednesday, November 25, 2015 at 2:25:22 PM UTC-6, Dayton Jones wrote: > > I'm writing a template to populate a file - easy enough... > > What I want is to to grab the list of i

Re: [Puppet Users] Passing a generated variable inside a template...how?

2015-11-25 Thread Dayton Jones
First, thanks for the help - I've been banging my head against the wall too much on this. Unfortunately, it's still not working for me.. I'm not using an inline template, I have an actual .erb file called out in my manifest - though I don't see why this would be any different. my erb now

Re: [Puppet Users] Passing a generated variable inside a template...how?

2015-11-25 Thread Dayton Jones
aybe the error you're seeing there, "cannot interpret as address". > > On Thu, Nov 26, 2015 at 8:54 AM, Dayton Jones <jones@gmail.com > > wrote: > >> First, thanks for the help - I've been banging my head against the wall >> too much on this. >> >

[Puppet Users] Passing a generated variable inside a template...how?

2015-11-25 Thread Dayton Jones
I'm writing a template to populate a file - easy enough... What I want is to to grab the list of interfaces, get the ip assigned to that interface and then do a lookup of the ip to get the dns name. I'm able to get the interfaces/ips just fine, but can't figure out how to then pass the IP to

Re: [Puppet Users] Passing a generated variable inside a template...how?

2015-11-25 Thread Dayton Jones
> >> Sorry, ignore my suggestion. That won't work. >> >> On 26 Nov 2015, at 06:57, Dayton Jones <jones@gmail.com > >> wrote: >> >> I'm writing a template to populate a file - easy enough... >> >> What I want is to to grab the