[Puppet Users] What Do You Test

2013-10-21 Thread Kurt Wall
Hi everyone, We are working on enhancing our internal testing so we can improve the overall quality of Puppet releases. For example, I am one of two QA engineers assigned full-time to testing Puppet's FOSS stack. I'm seeking your input and experience to help us identify what we're missing and w

Re: [Puppet Users] Style Guide

2014-01-29 Thread Kurt Wall
http://docs.puppetlabs.com/guides/best_practices.html On Wed, Jan 29, 2014 at 9:39 AM, Andrea Cappelli wrote: > Hi, > today I used puppet-lint (http://puppet-lint.com/) to check my manifests. > > As a result I obtained a list of error and warnings which in many cases are > easy to solve, for exam

Re: [Puppet Users] Final Comments on Pro Puppet 2nd Edition

2014-03-27 Thread Kurt Wall
I'll make the observation that it *is* possible to produce an error-free printed product, but the cost to do so would easily double or triple the cost of the title. The cost of proofing, plus the smaller and captive market, is why quality textbooks are so ridiculously expensive. And why mass market

Re: [Puppet Users] Cannot reach to apt.puppetlabs.com from a specific subnet

2014-04-01 Thread Kurt Wall
Sounds like a local configuration issue, not a Puppet problem. On Tue, Apr 1, 2014 at 4:11 AM, Shahar Mintz wrote: > Hey, > While installing servers in new datacenter I failed to install puppet from > the apt repo. > > When curl to the server I got stalled: > root@mgmt01:~# curl http://apt.puppet

Re: [Puppet Users] installation of open stack using puppet

2014-06-12 Thread Kurt Wall
Without the complete error output, it is difficult to diagnose. Can you post that? Use "puppet module instal --debug puppetlabs/openstack" What is the output of "puppet config print modulepath". Thanks, Kurt On Wed, Jun 11, 2014 at 10:35 PM, devaki prabhu wrote: > Hi, > > I want to install open

Re: [Puppet Users] CRL is not honored by the puppetmaster.

2016-06-16 Thread Kurt Wall
On Wed, Jun 15, 2016 at 8:38 PM, Dan Mahoney wrote: > root@pm:~ # puppet cert clean somehost.foo.org > Notice: Revoked certificate with serial 43 > Notice: Removing file Puppet::SSL::Certificate somehost.foo.org at > '/var/puppet/ssl/ca/signed/somehost.foo.org.pem' > Notice: Removing file Puppet:

Re: [Puppet Users] How do modules plan on dealing with Puppet 3.x incompatibilities?

2015-06-30 Thread Kurt Wall
On Tue, Jun 30, 2015 at 7:09 AM, Tom Limoncelli wrote: > -- Increment the major version number and declare that 3.x users > shouldn't upgrade to the new major version. > I would adhere to semver and expect users to understand what that means. It's a well understood convention/standard and doing