[Puppet Users] Slides TDD with puppet - puppetcamp paris yesterday

2014-04-09 Thread Johan De Wit
Hi, http://www.slideshare.net/johandw/20140408-tdd-puppetcampparis Comments are welcome Grts Johan -- Johan De Wit Open Source Consultant Red Hat Certified Engineer (805008667232363) Puppet Certified Professional 2013/2014 (PCP006)

[Puppet Users] Re: Slides TDD with puppet - puppetcamp paris yesterday

2014-04-09 Thread Julien Deloubes
Hi Johan, congrats for for presentation yesterday, very interesting, i miss the end because i had to pass the cert at 3PM, so i will finish it on slideshare :) Bye Le mercredi 9 avril 2014 12:19:40 UTC+2, Johan De Wit a écrit : > > Hi, > > http://www.slideshare.net/johandw/20140408-tdd-puppetcam

Re: [Puppet Users] Emergency Certificate Revocation Procedure

2014-04-09 Thread Tom
Hi Matthew, Use your imagination. Puppet is not directly accessible to the internet, but there are puppet clients which are. Shared web servers, mail servers etc. I'm paid to be paranoid.. Thanks. Tom. On 08/04/14 20:43, Matthew Burgess wrote: On 8 Apr 2014 09:29, "Tom" mailto:t...@t0

Re: [Puppet Users] Emergency Certificate Revocation Procedure

2014-04-09 Thread Tom
Thank you Nan, It looks like Puppet Labs have recognised the importance of this, and I guess this thread should defer to the guidance that Eric Sorenson just posted to the list! Thank you for your help! Tom. On 08/04/14 15:01, Nan Liu wrote: On Tue, Apr 8, 2014 at 12:57 AM, Tom

Re: [Puppet Users] Re: chaining of create_resources

2014-04-09 Thread jcbollinger
On Tuesday, April 8, 2014 9:18:30 AM UTC-5, Baptiste wrote: > > > > Le mardi 8 avril 2014 15:27:13 UTC+2, jcbollinger a écrit : > >> >> No, that's very mixed up. >> >> There are three different, but related, things that are being commingled >> there: the 'require' statement/function of Puppet DS

Re: [Puppet Users] Re: Remove certificate requests

2014-04-09 Thread jcbollinger
On Tuesday, April 8, 2014 7:01:14 AM UTC-5, Felix.Frank wrote: > > Hi, > > this approach to working around the issue is pretty horrible IMHO. I > would recommend to go ahead and use Tim's approach of just removing the > CSR files manually. That is both less error prone and more secure. > > Ye

Re: [Puppet Users] Re: chaining of create_resources

2014-04-09 Thread Baptiste Grenier
Le 09/04/14 à 15:15, jcbollinger téléscripta : > Other reports suggest so, but there are other possibilities, such as the > graph not going with the version of the manifests and/or data presented. That's why I provided a complete vagrant project allowing to easily and confidently test such things

Re: [Puppet Users] Windows puppet agent SSL cert revocation woes.

2014-04-09 Thread Rob Reynolds
On Mon, Apr 7, 2014 at 4:57 PM, Charlie Baum wrote: > I have 8 or 9 Windows 2012 servers with latest puppet client 3.4.3. Out > of those, 4 of them have experienced issues with the SSL cert. Here is > what my event log contains: (each line is a different entry in the event > log, all within abo

Re: [Puppet Users] Slides TDD with puppet - puppetcamp paris yesterday

2014-04-09 Thread Gareth Rushgrove
Ha. Snap. A talk I gave at Puppetcamp London: https://speakerdeck.com/garethr/test-driven-development-for-puppet And another talk from Loaddays by Garrett: http://www.slideshare.net/gh/20140406-loa-daystddwithpuppettutorial That's three talks with the same title in less than a week. I believe w

[Puppet Users] Upgrade PE Enterprise agents using repo

2014-04-09 Thread Eric Wu
So I've upgraded the master to 3.2.1 I'm running a local repo and I'm using Oracle Linux 6.5 What do they mean when they say: simplest way to upgrade agents is to upgrade the pe-agent package in the repo your package manager (e.g., Satellite) I've looked through our repo and I don't find a pe

[Puppet Users] Re: Please Help with HAProxy + Puppet

2014-04-09 Thread ryrowi
Did you ever figure this out? I'm having the same trouble and all my googling is leading back to this same unanswered question of yours on google groups, stackoverflow, etc. On Monday, April 29, 2013 12:04:14 AM UTC-4, max.bri...@gmail.com wrote: > > Hi, > > I am trying to get HAProxy running. I

Re: [Puppet Users] Re: Please Help with HAProxy + Puppet

2014-04-09 Thread Christopher Wood
Not that I've ever had this issue, but it might be helpful to check that storeconfigs is set on the puppetmaster and the simplest of exported resources are functioning. Maybe try with ssh host keys? @@sshkey { $::fqdn: host_aliases => $::hostname, key => $::sshrsakey, targ

Re: [Puppet Users] fileserving in parser function

2014-04-09 Thread Rob Reynolds
One of the reasons you might see this could be a check on the path in 3.4.x to verify that volumes are NTFS. I think we may have already fixed this for 3.5.x with https://tickets.puppetlabs.com/browse/PUP-1450. Another thing to verify is that you have all of the correct gems (and versions) loaded

Re: [Puppet Users] Re: facter-1.7.3 and puppet-3.3.1 on OS X Mavericks 10.9

2014-04-09 Thread Brian Auron
Hello, I came looking for this exact error, but specifying "--server puppetmaster.domain" or setting "server = puppetmaster.domain" in puppet.conf doesn't allow a successful run of puppet. The error is the same as Paul had above: Error: Could not request certificate: SSL_connect returned=1 err

[Puppet Users] Re: Please Help with HAProxy + Puppet

2014-04-09 Thread ryrowi
I think you're right Chris, I am not using puppet enterprise and I had not set up puppetdb or storeconfigs so no exporting or collecting is going to work without that. I guess most puppet users would realize this but for newbs like me it might be nice if the plugin doc mentioned that dependency.

Re: [Puppet Users] Re: Please Help with HAProxy + Puppet

2014-04-09 Thread Christopher Wood
Having been there, definitely give the puppetlabs puppetdb module a go: http://forge.puppetlabs.com/puppetlabs/puppetdb Puppetdb and storeconfigs are easier than they look, and once these are set up you'll get the result you want. On Wed, Apr 09, 2014 at 03:10:47PM -0700, ryr...@gmail.com wrote

[Puppet Users] Heartbleed and Puppet-Supported Operating Systems

2014-04-09 Thread Eric Sorenson
Like you, we are still learning about the full extent of the OpenSSL security bug dubbed Heartbleed, and what we need to do to help Puppet users remediate the vulnerability. We published step-by-step documentation for remediating yesterday [http://puppetlabs.com/blog/heartbleed-security-bug-upd

[Puppet Users] Case Trouble w/ Boolean

2014-04-09 Thread Jeremy Frady
Hey there, Thanks for taking the time to read this. My end objective is to utilize a yaml boolean, in this case couchDbServer, as an entry for a case that dictates whether a file is present or not. I do not want to use stdlib to achieve this. Following is the code: class datadog { $dat

[Puppet Users] New Puppet Master install not creating packages when adding Class

2014-04-09 Thread aspo73
Hi all. I've just installed Puppet Master for the first time. Everything seems to be up and running OK on Centos 6.5. I don't have a local Yum repo so was hoping to use PE Package Management method as outlined here: http://docs.puppetlabs.com/pe/latest/install_basic.html#installing-agents (