Issue #10635 has been updated by Jacob Helwig. Description updated
---------------------------------------- Bug #10635: puppet master does not work with 0.25.6 https://projects.puppetlabs.com/issues/10635 Author: Eric Chen Status: Unreviewed 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.
