[Puppet-dev] ANNOUNCE: Puppet 2.7.0rc4 Available

2011-06-08 Thread Michael Stahnke
This release addresses issues with the Puppet 2.7.0rc3 series. This release is available for download at: http://www.puppetlabs.com/downloads/puppet/puppet-2.7.0rc4.tar.gz See the Verifying Puppet Download section at: http://projects.puppetlabs.com/projects/puppet/wiki/D

[Puppet-dev] Prerun, Postrun Commands, and Stages

2011-06-08 Thread Josh Cooper
Hi all, I'm looking for background information about how bug #7127[1] should be fixed: prerun_command don't stop puppet on error I think there's general agreement that if the prerun command fails, then the catalog should not be applied, but the report should be sent, and the report's status shoul

[Puppet-dev] [PATCH/puppet 1/2] Maint: Update static man page generator for Faces.

2011-06-08 Thread nfagerlund
The man page updater wasn't making man pages for the new Faces app. This commit gives it that capability, and handles the name collision on puppet resource. Reviewed-By: Nick Lewis Signed-off-by: nfagerlund --- Local-branch: maint/2.7rc/static_manpages tasks/rake/manpages.rake | 54 ++

[Puppet-dev] Open Source Team iteration & planning summary 2011-06-08

2011-06-08 Thread Jacob Helwig
Finished backlog items: * #2128 - Allow arbitrary fact as node_name identifier There are now two new (mutually exclusive) configuration options on the agent in the 2.6.x branch to allow setting the node's name separately from the node's certificate name. node_name_value: This

[Puppet-dev] [PATCH/puppet 1/1] (#7833) Several help text/template edits

2011-06-08 Thread nfagerlund
This commit makes the following changes: * Changes wrapping on some "returns" blocks to accomodate the way we prepend "RETURNS: " to the first line in short help. * Overrides description for save on faces where save is invalid. (Since save has an inherited description, the description was cont

[Puppet-dev] [PATCH/puppet 1/3] (#2128) In-line docs for node_name_{fact,value}

2011-06-08 Thread Jeff McCune
This change augments the in-line documentation for the node_name_fact and node_name_value configuration settings. These settings will not work effectively without additional changes elsewhere in the system, e.g. to auth.conf. In order to help the end user land softly if they choose to change thes

[Puppet-dev] [PATCH/puppet 3/3] (#2128) Add WARNING for node_name_{fact,value} descriptions

2011-06-08 Thread Jeff McCune
Minor change to add a WARNING string as per feedback from UX. Reviewed-by: Randall Hansen Signed-off-by: Jeff McCune --- lib/puppet/defaults.rb | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb index b6d25d6..82

[Puppet-dev] [PATCH/puppet 2/3] (#2128) Whitespace only reflow commit

2011-06-08 Thread Jeff McCune
The output of puppet --genconfig was showing a blank line between the description of the option and the default value line. This is because of the here document being used in the first commit. This change replaces the HERE document with a normal string that does not contain a final newline. In a

[Puppet-dev] [PATCH/facter 1/1] (#6792) Added osfamily fact.

2011-06-08 Thread Adrien Thebo
Added osfamily fact to determine if a given operating system is a derivative of a common operating system. Signed-off-by: Adrien Thebo --- Local-branch: ticket/master/6792 lib/facter/osfamily.rb | 24 1 files changed, 24 insertions(+), 0 deletions(-) create mode 10064

[Puppet-dev] [PATCH/puppet-dashboard 1/4] maint: Fix version number on the release notes

2011-06-08 Thread Max Martin
From: Matt Robinson Paired-with: Max Martin Signed-off-by: Max Martin --- Local-branch: feature/master/6992-summary_of_resource_status RELEASE_NOTES.md |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1d76112..192e754 100644 --

[Puppet-dev] [PATCH/puppet-dashboard 3/4] (#6992) Show a summary of nodes x resources on home page.

2011-06-08 Thread Max Martin
From: Matt Robinson We now have a summary tab-set on the home page of the Dashboard, showing each node and the count of "resources by state" that it contains. This provides users a solid summary of the state of their network at this point in time. The current implementation needs styling to loo

[Puppet-dev] [PATCH/puppet-dashboard 2/4] (#7630) Denormalize ResourceStatus status and count calculations

2011-06-08 Thread Max Martin
From: Matt Robinson Initially the plan for this ticket was to do the denormalization columns in the report transformer, and then update puppet to output the new data. However, after some discussion with Randall about where we'd like to head with the report format that Puppet outputs, we'd like t

[Puppet-dev] New Dashboard homepage stats

2011-06-08 Thread Max Martin
This patch series overhauls the Dashboard homepage to include some new statistics about node and report statuses. There are structural changes to support the statuses being consistent across the site, specifcally pending counts. -- You received this message because you are subscribed to the Go

[Puppet-dev] [PATCH/puppet-dashboard 4/4] (#7674) Add pending to the run status stacked bar graph

2011-06-08 Thread Max Martin
From: Matt Robinson The bar chart was using the same color for changed reports as the count summary was using for pending. Now the colors are consistent with each other, and all the statuses are represented. We may need to pick friendlier colors, both for color blind and general niceness to the

Re: [Puppet-dev] 2.7.0-0.rc-latest with ruby 1.9.2 notes

2011-06-08 Thread Christopher McCrory
Hello... On Wed, 2011-06-08 at 10:35 -0700, markus wrote: > > Jun 7 11:50:49 sysadmin puppet-agent[5152]: > > (/Stage[main]/Puppetd/Tidy[/etc/puppet/auth.conf.rpmnew]) Tidying > > File[/etc/puppet/auth.conf.rpmnew] > > Jun 7 11:50:50 sysadmin puppet-agent[5152]: Got an uncaught exception > > of

Re: [Puppet-dev] 2.7.0-0.rc-latest with ruby 1.9.2 notes

2011-06-08 Thread markus
> Jun 7 11:50:49 sysadmin puppet-agent[5152]: > (/Stage[main]/Puppetd/Tidy[/etc/puppet/auth.conf.rpmnew]) Tidying > File[/etc/puppet/auth.conf.rpmnew] > Jun 7 11:50:50 sysadmin puppet-agent[5152]: Got an uncaught exception > of type NameError: uninitialized class variable @@scale in > Puppet::Ty

Re: [Puppet-dev] 2.7.0-0.rc-latest with ruby 1.9.2 notes

2011-06-08 Thread Daniel Pittman
On Tue, Jun 7, 2011 at 12:04, Christopher McCrory wrote: Hey there. > I have ruby-1.9.2 with all the rubygems (from fedora15) needed to run > puppet 2.7.0rc.  http://rubyrepo.elctech.com/  2.7.0rc3 had a couple > errors so I added 2.7.0rc from git as of an hour ago.  In the past five > minutes i