[Puppet-dev] ANNOUNCE: Puppet 2.6.9rc1 is available

2011-06-14 Thread Michael Stahnke
This release is a maintenance release of the 2.6.x series of Puppet. This release is available for download at: http://puppetlabs.com/downloads/puppet/puppet-2.6.9rc1.tar.gz As an aside, I will be removing older release candidate files (from all versions) from our downloads area over the next wee

[Puppet-dev] [PATCH/facter 1/1] (#7038) Added utility module for prtdiag

2011-06-14 Thread Adrien Thebo
- prtdiag fails in many different environments; abstracting this away into a utility module. - Updated unit tests to reflect the change - Solaris manufacturer fact now calls the utility module instead of directly. Signed-off-by: Adrien Thebo --- Local-branch: ticket/master/7038 lib/fact

[Puppet-dev] [PATCH/puppet 1/1] (#7224) Add a helper to Puppet::SSL::Certificate to retrieve alternate names

2011-06-14 Thread Nick Lewis
Alternate names, if present, are specified in the subjectAltName extension of the certificate. The values are in the form: "DNS:alternate_name1, DNS:alternate_name2" This helper will retrieve the value of the subjectAltName extension and extract the alternate names, returning and empty list if th

[Puppet-dev] [PATCH/puppet 2/2] (#7224) Reword 'hostname was not match' error message

2011-06-14 Thread Nick Lewis
This error message is grammatically incorrect and unhelpful, so we replace it with a message that explains more correctly what went wrong and what was expected. This message happens when making an authenticated connection to a server where the certificate doesn't match its hostname. This happens in

[Puppet-dev] [PATCH/puppet-dashboard 1/1] maint: Remove db/seeds.rb so that db:reset task works

2011-06-14 Thread Matt Robinson
The data that was in the seed file was not something that was necessary for a fresh install of the database. Besides that, it was using a generate method that was only available in testing for generating test data with ObjectDaddy or FactoryGirl. Paired-with: Pieter van de Bruggen Signed-off-by:

[Puppet-dev] (#7913) puppet-dashboard: Upgrade vendored version of Rails from 2.3.5 to 2.3.12 - Ruby version support updated

2011-06-14 Thread Matt Robinson
A patch series that upgrades the version of Rails that Puppet Dashboard vendors from 2.3.5 to 2.3.12 was just merged in to Dashboard's master branch. I wasn't able to easily generate a patch to send out over email since some code in Rails is over 998 characters, and git format-patch doesn't handle

[Puppet-dev] [PATCH/puppet 1/1] (#7506) Organize READMEs; specify supported Ruby versions in README.md

2011-06-14 Thread nfagerlund
The README was not specific enough about the current state of our Ruby support. This commit lays out our current status as discussed in issue #7506 and in greater detail on the internal mailing list around April 8, 2011 under the subject "Statler Ruby Versions Support." This commit also consolidat

[Puppet-dev] [PATCH/puppet 1/1] (#7506) Specify supported Ruby versions in README.md

2011-06-14 Thread nfagerlund
The README was not specific enough about the current state of our Ruby support. This commit lays out our current status as discussed in issue #7506 and in greater detail on the internal mailing list around April 8, 2011 under the subject "Statler Ruby Versions Support." Paired-With: Matt Robinson

[Puppet-dev] [PATCH/puppet-dashboard 1/1] (#7280) Edit outdated information about the inventory service

2011-06-14 Thread nfagerlund
The README referred to the wrong REST endpoint and didn't mention the dependency on json or json_pure. This commit updates the README. Signed-off-by: nfagerlund --- Local-branch: ticket/master/7280 README.markdown | 33 + 1 files changed, 17 insertions(+), 16 de

Re: [Puppet-dev] feature 7474 against master

2011-06-14 Thread Jacob Helwig
On Wed, 25 May 2011 21:28:00 -0400, Mo Morsi wrote: > > This patchset implements a new resource type > representing web resources/requests which can > be included in a puppet scipt. > > A default provider of this type is also included > using the curl interface for ruby as provided by > the 'curb

Re: [Puppet-dev] self.instances with properties

2011-06-14 Thread Luke Kanies
On Jun 12, 2011, at 8:49 PM, Dan Bode wrote: > [...] > my questions follow: > > 1. Am I doing something blatantly wrong? Kind of - you need to make sure that the provider has a mechanism for storing these values in a way that doesn't result in them being looked up if they're already present. >

[Puppet-dev] [PATCH/mcollective 1/1] 7899 - Create an ActiveMQ specific plugin

2011-06-14 Thread R.I.Pienaar
This plugin takes an entirely different approach to dealing with ActiveMQ from the more generic stomp connector. - Agents all use /topic/..agent - Replies use temp-topics so they are private and transient. - Point to Point messages using topics are supported by subscribing to /topic/.nodes w

Re: [Puppet-dev] [PATCH/facter 1/1] Fixed #7307 - Added serial number fact to Solaris

2011-06-14 Thread Dominic Cleal
Sorry for the delayed response, bit of a backlog. On 19/05/11 18:46, Jacob Helwig wrote: > On Thu, 19 May 2011 09:44:47 +0100, Dominic Cleal wrote: >> >> On 19/05/11 06:41, James Turnbull wrote: >>> +Facter.add('serialnumber') do >>> + setcode do >>> +Facter::Util::Res

[Puppet-dev] Re: [PATCH 1/1] Add insync? checks to Onyx Point Concat module

2011-06-14 Thread Markus Falb
On 3.6.2011 17:07, Greg Sutcliffe wrote: > Hi all, > > As my first foray into types and providers (and as suggested on the > -users list), here is a patch for Onyx Point's Concat type which > implements insync? for both concat_build and concat_fragment. It's > probably ugly, and I need to learn, s