[Puppet Users] Re: certificates being 'randomly' revoked

2017-11-22 Thread David Danzilio
I’ve seen this before as well. It appears to be documented in PUP-2931. There are a lot of issues running the Puppet CA in an active/active HA configuration like this. I suggest you pick one master to be the CA and send all CA requests to that master. -- You received this message because you

[Puppet Users] Announcement: danzilio/letsencrypt version 1.0.0

2016-02-22 Thread David Danzilio
Hello! I'm excited to announce the release of version 1.0.0 of danzilio/letsencrypt . This release brings a lot of big changes; some of the biggest include Puppet 3 compatibility and the ability to install the Let's Encrypt client from

[Puppet Users] Happy Let's Encrypt day!

2015-12-03 Thread David Danzilio
Let's Encrypt moved to public beta status today; in honor of that here's a Puppet module to install the client and request certificates using a limited subset of the API: https://forge.puppetlabs.com/danzilio/letsencrypt Missing a feature? Doesn't support your operating system? PRs can be made

[Puppet Users] Best way for sync folder with many files and subfolders via Puppet that changed rarely

2014-11-03 Thread David Danzilio
Any reason you can't lay these files down with a package? I definitely recommend staying away from recursive file resources. -- You received this message because you are subscribed to the Google Groups Puppet Users group. To unsubscribe from this group and stop receiving emails from it, send

Re: [Puppet Users] About the params pattern

2014-09-22 Thread David Danzilio
What you've stumbled on is the concept of public and private classes. Public and private classes are implemented very differently. A public class is your module's entry point, this is how people interact with your module. A public class is where you define your module's API. Private classes, on

Re: [Puppet Users] About the params pattern

2014-09-22 Thread David Danzilio
What you've stumbled on is the concept of public and private classes. Public and private classes are implemented very differently. A public class is your module's entry point, this is how people interact with your module. A public class is where you define your module's API. Private classes, on

[Puppet Users] Re: Hiera Performance Testing

2014-04-21 Thread David Danzilio
. -- Daniele Sluijters On Monday, 14 April 2014 19:35:37 UTC+2, David Danzilio wrote: Unfortunately, and I probably should've mentioned this in the OP, we're currently stuck on the 2.7 series. On Monday, April 14, 2014 1:11:36 PM UTC-4, Daniele Sluijters wrote: Hi, I think a good start would

Re: [Puppet Users] Re: Hiera Performance Testing

2014-04-21 Thread David Danzilio
Thank you Nan! On Wednesday, April 16, 2014 10:31:13 AM UTC-6, Nan Liu wrote: On Mon, Apr 14, 2014 at 12:35 PM, David Danzilio david.d...@gmail.comjavascript: wrote: Unfortunately, and I probably should've mentioned this in the OP, we're currently stuck on the 2.7 series. You should

[Puppet Users] Re: Hiera Performance Testing

2014-04-14 Thread David Danzilio
--profile. The output will show up in the master's logs. -- Daniele Sluijters On Friday, 11 April 2014 22:55:45 UTC+2, David Danzilio wrote: Hi Everybody. I'm trying to come up with a way to understand how Hiera is going to affect compile times on our Puppet masters. We've got just over 100K