Re: [Puppet Users] making manifest puppet 4 aware

2017-01-05 Thread Gabriel Schuyler
Hey Vince, the $::aio_agent_version fact only exists on Puppet 4. So, I've used its existence in the past to determine whether to use a Puppet 3 or 4 code block. Just wrap your Puppet 4 code block in a conditional that checks for the existence of the fact. HTH, Gabe On Thursday, January 5,

Re: [Puppet Users] Custom Facts using awk

2017-03-29 Thread Gabriel Schuyler
Never fear, external facts work just fine in Puppet 3. On Tuesday, March 28, 2017 at 10:51:52 AM UTC-4, Joshua Schaeffer wrote: > > External facts are a Puppet v4 feature only. You have to use Ruby to > create custom facts in Puppet v3. > > On Monday, March 27, 2017 at 3:54:00 PM UTC-6, Warron

[Puppet Users] Re: sslv3 alert certificate revoked on newly spawned servers

2017-08-08 Thread Gabriel Schuyler
Do these new machines have the same hostname as previously decommissioned hosts? If so, you'll need to clear out the previous machine's certificate in order to get sign one that has the same name. https://docs.puppet.com/pe/latest/agent_cert_regen.html It sounds like that might be what's