Issue #10635 has been updated by Josh Cooper. Status changed from Unreviewed to Rejected
Hi Eric, This change was made in commit:97936c6d3fa3950d22266679b65d4a6877008a74 to fix #3921. With that said, 0.25.6 is such an old release that we are not planning any additional fixes for it, beyond critical security issues, such as the subjectAltName issue that caused us to release 0.25.6. ---------------------------------------- Bug #10635: puppet master does not work with 0.25.6 https://projects.puppetlabs.com/issues/10635 Author: Eric Chen Status: Rejected Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: It looks like between 0.25.5 and 0.25.6 a change was lost that causes puppet master to not run correctly. The fix is to add back the line "Puppet::Node::Facts.terminus_class = :yaml" in puppetmasterd.rb <pre> diff -c puppet-0.25.5/lib/puppet/application/puppetmasterd.rb puppet-0.25.6/lib/puppet/application/puppetmasterd.rb *** puppet-0.25.5/lib/puppet/application/puppetmasterd.rb 2010-05-17 20:40:49.000000000 -0400 --- puppet-0.25.6/lib/puppet/application/puppetmasterd.rb 2011-10-22 02:06:48.000000000 -0400 *************** *** 150,158 **** Puppet.settings.use :main, :puppetmasterd, :ssl - # A temporary solution, to at least make the master work for now. - Puppet::Node::Facts.terminus_class = :yaml - # Cache our nodes in yaml. Currently not configurable. Puppet::Node.cache_class = :yaml --- 150,155 ---- </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
