Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.8rc1 available!

2011-04-14 Thread Nigel Kersten
On Thu, Apr 14, 2011 at 4:41 PM, James Turnbull wrote: > Stefan Schulte wrote: >> Any chance to address #6845 in this release (patch already sent to >> puppet-dev)? The mountprovider is currently not working at all on >> Solaris (the title »mount tmpfs on Solaris fail« is misleading). >> > > Stefa

[Puppet-dev] [PATCH] (7118) Adding summaries for all faces

2011-04-14 Thread Daniel Pittman
From: Luke Kanies It's usually just a one-liner, but when I saw an obvious opportunity for longer docs, I've added a @longdocs variable that can be converted to longer forms when ready. Signed-off-by: Luke Kanies --- lib/puppet/face/catalog.rb |9 ++ lib/puppet/face

Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.8rc1 available!

2011-04-14 Thread James Turnbull
Stefan Schulte wrote: > Any chance to address #6845 in this release (patch already sent to > puppet-dev)? The mountprovider is currently not working at all on > Solaris (the title »mount tmpfs on Solaris fail« is misleading). > Stefan I've been talking to Nigel. Answer shortly/tomorrow. James

Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.8rc1 available!

2011-04-14 Thread Stefan Schulte
Any chance to address #6845 in this release (patch already sent to puppet-dev)? The mountprovider is currently not working at all on Solaris (the title »mount tmpfs on Solaris fail« is misleading). -Stefan On Wed, Apr 13, 2011 at 05:57:38PM -0700, Matt Robinson wrote: > This release addresses iss

Re: [Puppet-dev] ANNOUNCE: Puppet 2.6.8rc1 available!

2011-04-14 Thread Todd Zullinger
Matt Robinson wrote: > This release addresses issues with the Puppet 2.6.x series. For those using Fedora or RHEL/CentOS, I've updated the yum repos at: http://tmz.fedorapeople.org/repo/puppet/ Packages for EL 4 - 6 and Fedora 13 - 15 are available for testing. Add the puppet.repo file from

[Puppet-dev] [PATCH/puppet 1/1] (#6928) Add a notice to Parser#validate action when using default

2011-04-14 Thread Nick Lewis
It was unclear what the action was validating when no arguments were specified, so now it notifies the user. Paired-With: Jesse Wolfe Signed-off-by: Nick Lewis --- Local-branch: ticket/next/6928 lib/puppet/face/parser.rb |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

[Puppet-dev] Re: [Puppet Users] Re: allow_duplicate_certs = true not working?

2011-04-14 Thread Matt Robinson
Jake The behavior in 2.7 when running the master with --allow_duplicate_certs set is the same as in 2.6.x in that you can manually (using something like curl or the new 'puppet certificate' face) generate multiple certs with same CN name, but the agent errors the same way regardless of the puppet v

[Puppet-dev] Update on Statler - Network Management!

2011-04-14 Thread James Turnbull
Much to our chagrin we realized we missed an important new feature in the release email last night - Network Management. Based on an open-space discussion that happened at PuppetCamp EU in May 2010 Brice Figureau has implemented the start of a network management solution. It's very early days for

[Puppet-dev] Re: [Puppet Users] Puppet 2.7.0rc1 (Statler) available!

2011-04-14 Thread Luke Kanies
On Apr 14, 2011, at 3:41 AM, Brian Gupta wrote: > Congratulations on this long awaited and momentous release. As a community > member that "would prefer we stay on a GPLv2 or later license.", I have > severe mixed feelings. > > On one hand I strongly respect all the work and code you (and your

[Puppet-dev] [PATCH/facter 1/1] (#6614) Ruby 1.9.x compatibility fixes.

2011-04-14 Thread Mauro Pompilio
Signed-off-by: Mauro Pompilio --- Local-branch: ticket/next/6614 lib/facter/ipaddress6.rb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/facter/ipaddress6.rb b/lib/facter/ipaddress6.rb index b494b9d..d9bf452 100644 --- a/lib/facter/ipaddress6.rb +++ b/lib/facte