Re: [Puppet Users] A Scalable HA Setup with on 2 configs, check this out !

2016-09-20 Thread Ivan Arjune
This is what my haproxy cfg is like. I'm doing tcp passthough. global chroot /var/lib/haproxy daemon group haproxy log 10.0.2.15 local0 maxconn 4000 pidfile /var/run/haproxy.pid stats socket /var/lib/haproxy/stats user haproxy defaults log global maxconn 8000 op

Re: [Puppet Users] A Scalable HA Setup with on 2 configs, check this out !

2016-09-20 Thread Ivan Arjune
Neil, I agree one CA is more than capable and the load balancing point here is pretty much moot. I as well will have many nodes dispersed world wide within DC's and with Hosting providers, like AWS and DO. Having a flexible and simple setup which can operate independent of other sites is a r

Re: [Puppet Users] A Scalable HA Setup with on 2 configs, check this out !

2016-09-20 Thread Ivan Arjune
I did some testing and yes if you reinstall a host and don't perform puppet cert clean on all the ca servers you will run into issue. But other than this fact I haven't seen any issues with masters verifying a signed certificate. Since running puppet cert clean is standard procedure I don't s

Re: [Puppet Users] any way to debug a Puppet custom function?

2016-09-20 Thread Trevor Vaughan
Hi Thomas, This might help as a reference if you want to use rspec to test your functions. https://github.com/simp/pupmod-simp-simplib/tree/master/spec/functions Thanks, Trevor On Mon, Sep 19, 2016 at 9:30 PM, Thomas Cheng wrote: > Hi howdies, > > Recently I'm picking up some legacy puppet c

Re: [Puppet Users] Re: notify resource different between 3 and 4?

2016-09-20 Thread R.I.Pienaar
- Original Message - > From: "jcbollinger" > To: "puppet-users" > Sent: Tuesday, 20 September, 2016 15:37:21 > Subject: Re: [Puppet Users] Re: notify resource different between 3 and 4? > On Monday, September 19, 2016 at 10:03:14 AM UTC-5, R.I. Pienaar wrote: >> >> >> >> On 19 Sep 2016

Re: [Puppet Users] Re: notify resource different between 3 and 4?

2016-09-20 Thread jcbollinger
On Monday, September 19, 2016 at 10:03:14 AM UTC-5, R.I. Pienaar wrote: > > > > On 19 Sep 2016, at 15:31, jcbollinger > > wrote: > I see a difference between 3.8 and 4.6 with respect to the result of > interpolating an array into a string. In Puppet 3 (and earlier) you get a > concatenation o