Issue #5057 has been updated by Joshua Lifton.
This issue was assigned to a former Puppet Labs employee. Adding back to the pool of unreviewed issues. ---------------------------------------- Bug #5057: undefined method known_resource_types for Hash https://projects.puppetlabs.com/issues/5057 Author: Markus Roberts Status: Investigating Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: Running a 0.25.x client against a 2.6.x master with the patch for #5055 applied yields: <pre> ./lib/puppet/resource/type_collection_helper.rb:5:in `known_resource_types' ./lib/puppet/parser/parser_support.rb:93:in `file=' ./lib/puppet/parser/interpreter.rb:69:in `create_parser' ./lib/puppet/parser/interpreter.rb:54:in `parser' ./lib/puppet/parser/interpreter.rb:27:in `compile' ./lib/puppet/indirector/catalog/compiler.rb:88:in `compile' ./lib/puppet/util.rb:183:in `benchmark' /usr/lib/ruby/1.8/benchmark.rb:308:in `realtime' ./lib/puppet/util.rb:182:in `benchmark' ./lib/puppet/indirector/catalog/compiler.rb:86:in `compile' ./lib/puppet/indirector/catalog/compiler.rb:35:in `find' ./lib/puppet/indirector/indirection.rb:193:in `find' ./lib/puppet/indirector.rb:50:in `find' ./lib/puppet/network/http/handler.rb:101:in `do_find' ./lib/puppet/network/http/handler.rb:68:in `send' ./lib/puppet/network/http/handler.rb:68:in `process' ./lib/puppet/network/http/webrick/rest.rb:24:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' ./lib/puppet/network/http/webrick.rb:45 /usr/lib/ruby/1.8/webrick/server.rb:173:in `call' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' ./lib/puppet/network/http/webrick.rb:42:in `listen' ./lib/puppet/network/http/webrick.rb:41:in `initialize' ./lib/puppet/network/http/webrick.rb:41:in `new' ./lib/puppet/network/http/webrick.rb:41:in `listen' ./lib/puppet/network/http/webrick.rb:38:in `synchronize' ./lib/puppet/network/http/webrick.rb:38:in `listen' ./lib/puppet/network/server.rb:127:in `listen' ./lib/puppet/network/server.rb:142:in `start' ./lib/puppet/daemon.rb:124:in `start' ./lib/puppet/application/master.rb:114:in `main' ./lib/puppet/application/master.rb:46:in `run_command' ./lib/puppet/application.rb:287:in `run' ./lib/puppet/application.rb:393:in `exit_on_fail' ./lib/puppet/application.rb:287:in `run' sbin/puppetmasterd:4 err: Could not parse for environment production: undefined method `known_resource_types' for #<Hash:0x7f08db360b88> </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.
