same is for RHEL5 (binary rpm), I see that the rpm on yum.puppetlabs.com is 
from 22-Feb-2012 and the http://projects.puppetlabs.com/issues/12572 is 
closed 17hours ago, thats later then the released rpm.
 
# rpm -q puppet puppet-server
puppet-2.7.11-1.el5
puppet-server-2.7.11-1.el5
#
#vim /usr/lib/ruby/site_ruby/1.8/puppet/configurer.rb
180   def save_last_run_summary(report)
181     last_run = Puppet.settings.setting(:lastrunfile)
182     last_run.create = true # force file creation
183
184     resource = last_run.to_resource
185     resource[:content] = YAML.dump(report.raw_summary)
186
187     catalog = Puppet::Resource::Catalog.new("last_run_file")
188     catalog.add_resource(resource)
189     ral = catalog.to_ral
190     ral.host_config = false
191     ral.apply
192   rescue => detail
193     puts detail.backtrace if Puppet[:trace]
194     Puppet.err "Could not save last run local report: #{detail}"
195   end

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/nnRYxWqYj24J.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to