Issue #17458 has been updated by Josh Cooper. Status changed from Merged - Pending Release to Re-opened Assignee changed from Andrew Parker to Josh Cooper
This change causes `puppet master --configprint pidfile` to return `/Users/josh/.puppet/var/run/apply.pid` instead of `/var/lib/puppet/run/master.pid` which is causing the acceptance tests to fail when trying to sanity check the puppet master environment. I think we'll need to revert this change, and change Daniel's performance fix to better detect whether `puppet` has been required or not. ---------------------------------------- Bug #17458: running puppet 2.7.x errors with undefined method `features' https://projects.puppetlabs.com/issues/17458#change-76062 Author: Moses Mendoza Status: Re-opened Priority: Normal Assignee: Josh Cooper Category: Target version: 2.7.20 Affected Puppet version: development Keywords: Branch: https://github.com/puppetlabs/puppet/pull/1264 Running puppet from 2.7.x results in /Users/moses/puppetlabs/src/puppet/lib/puppet/util.rb:177:in `block in which': undefined method `features' for Puppet:Module (NoMethodError) from /Users/moses/puppetlabs/src/puppet/lib/puppet/util.rb:174:in `each' from /Users/moses/puppetlabs/src/puppet/lib/puppet/util.rb:174:in `which' from /Users/moses/puppetlabs/src/puppet/lib/puppet/util/command_line.rb:82:in `execute_external_subcommand' from /Users/moses/puppetlabs/src/puppet/lib/puppet/util/command_line.rb:70:in `execute' from /Users/moses/puppetlabs/src/puppet/bin/puppet:4:in `<top (required)>' from /Users/moses/.rvm/gems/ruby-1.9.3-p194/bin/puppet:19:in `load' from /Users/moses/.rvm/gems/ruby-1.9.3-p194/bin/puppet:19:in `<main>' from /Users/moses/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `eval' from /Users/moses/.rvm/gems/ruby-1.9.3-p194/bin/ruby_noexec_wrapper:14:in `<main>' -- 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.
