[Puppet Users] Re: r10k database backend

2016-01-26 Thread Clayton O'Neill
On Monday, January 25, 2016 at 6:48:07 PM UTC-5, Patrick Lesher wrote: > Has anyone thought about or tried to have r10k run against a mysql backend > to populate at least the information the puppetfile gives? > > Updating each puppetfile for a large number of “Environments” can be > burdonsome w

[Puppet Users] Re: Compiling catalogs as CD pipeline

2015-05-25 Thread Clayton O'Neill
On Monday, May 25, 2015 at 11:09:43 AM UTC-4, Alex Harvey wrote: > Yes, I think that's a great idea. The code we use also compiles catalogs > for every node, but doesn't go as far as to tell us the differences before > and after for every node. If you have skeptical managers worried that > Pu

[Puppet Users] Re: Compiling catalogs as CD pipeline

2015-05-25 Thread Clayton O'Neill
On Sunday, May 24, 2015 at 4:05:15 AM UTC-4, Alex Harvey wrote: > As part of an upgrade to Puppet 4, my team is considering to switch from > an in-house tool that compiles puppet manifests into catalog against the > installed version of Puppet > https://github.com/oldNoakes/puppet-validator > >

[Puppet Users] Re: Execute puppet agent on nodes from Jenkins jobs.

2015-05-04 Thread Clayton O'Neill
On Sunday, May 3, 2015 at 5:24:28 PM UTC-4, Fernando FFR wrote: > Hi Guys, > > I would like to use Jenkins to execute puppet agent on remote nodes. > Does someone know how I could do that? > Our puppet masters are Jenkins slaves and we use Ansible to trigger puppet agent runs across all the cli

[Puppet Users] Re: representing undef in hiera?

2015-02-11 Thread Clayton O'Neill
In my experience using tilde as the value will pass through the equivalent of undef. That said, I agree with all the comments about making optional arguments actually optional, and not forcing them to be defined in hiera. For example: --- key: ~ -- You received this message because you are s

Re: [Puppet Users] Re: Announce: Puppet Server 1.0.0 available!

2014-12-19 Thread Clayton O'Neill
This is PE specific, but it'd be trivial to adapt it to work with either. https://forge.puppetlabs.com/puppetlabs/pe_puppetserver_gem On Thursday, December 18, 2014 5:27:39 PM UTC-5, Pete Brown wrote: > > Awesome job everyone! > > One question. Is there or will there be a package provider for

Re: [Puppet Users] Puppet, Git, Jenkins

2014-10-23 Thread Clayton O'Neill
We use Jenkins Job Builder from the OpenStack project for configuring Jenkins jobs. It's generally a lot more readable than the XML and it offers templating features: http://ci.openstack.org/jjb.html On Wednesday, October 22, 2014 10:54:11 AM UTC-4, Atom Powers wrote: > > I would actually rec

[Puppet Users] Re: Hiera gem load path

2014-10-05 Thread Clayton O'Neill
Are you using Puppet Enterprise? If so, it ships with its own version of Ruby, and you need to make sure the hiera-eyaml gem is installed in that ruby installation also. On Friday, October 3, 2014 6:58:41 AM UTC-4, Erinn Looney-Triggs wrote: > > I am having a tough time finding an answer to thi

[Puppet Users] Re: Git Repo Strategy

2014-10-01 Thread Clayton O'Neill
On Tuesday, September 30, 2014 7:17:51 PM UTC-4, Tom Tucker wrote: > > > I just got back from PuppetConf last week and several presenters mentioned > using more than one Git repo with Puppet. Some even recommend having a > repo per module. For our initial Puppet deployment this seems a bit > e

[Puppet Users] Re: Apt-mirror support on puppetlabs-apt

2014-08-05 Thread Clayton O'Neill
On Friday, August 1, 2014 2:50:49 PM UTC-4, harish kumar wrote: > > puppetlabs-apt doesnt have apt- mirror support as of now. I believe it > should have the support. > > The code should take apt global and repository configuration and configure > apt-mirror, and optionally create cron schedules.

Re: [Puppet Users] Breaking changes in Puppetlabs_spec_helper v0.5.0

2014-06-09 Thread Clayton O'Neill
On Mon, Jun 9, 2014 at 11:23 AM, fatmcgav wrote: > Afternoon all, > > Just thought I'd make the lists aware of an issue I hit with > puppetlabs_spec_helper v0.5.0 today. > > It would appear that changes committed in [1] results in the dropping of > mocha as a dependency, and therefore any tests d

Re: [Puppet Users] Puppet 3.6.1 Virtual Packages, and unrelated facts questions...

2014-05-29 Thread Clayton O'Neill
On Thu, May 29, 2014 at 11:30 AM, Kylo Ginsberg wrote: > I think a 'deprecation-level' setting might be more in keeping with >> logging. It defaults to warn, but can be turned down to debug if you don't >> want to normally see them. >> >> > This seems like it might cause some confusion if users a

Re: [Puppet Users] hiera hash to create_resources bombing - looking for how to troubleshoot

2014-05-28 Thread Clayton O'Neill
I've run into this a few times and I've found that looking at the server logs, or running the puppet master with --trace usually gives me enough information to work out where the error is being generated. On Wed, May 28, 2014 at 3:23 PM, Dan White wrote: > I found this reported bug: > https://t

Re: [Puppet Users] Announce: Hiera 1.3.3 available!

2014-05-23 Thread Clayton O'Neill
On Fri, May 23, 2014 at 9:16 AM, Trevor Vaughan wrote: > Nice! > > Any chance of getting this patch (or something equivalent) into the next > release? > > > https://github.com/onyxpoint/hiera/commit/9fe491eca3cf3bbe203436b779f102f1ffe7b30f > I'll second that. This would clean up a lot of our hie