Issue #4180 has been updated by James Turnbull. Category set to plumbing Status changed from Unreviewed to Ready for Testing Target version set to 2.6 Branch set to http://github.com/jamtur01/puppet/tree/tickets/master/4180
---------------------------------------- Bug #4180: Old module structure assumed when running puppet locally http://projects.puppetlabs.com/issues/4180 Author: Daniel Grafe Status: Ready for Testing Priority: Normal Assigned to: Category: plumbing Target version: 2.6 Affected version: 0.25.5 Keywords: Branch: http://github.com/jamtur01/puppet/tree/tickets/master/4180 In our scenario we are running puppet locally (with the puppet binary). But none of our custom facts were working when organized in the new module structure (under lib) but were executed correctly when residing under plugins. Fix: We modified "lib/puppet/indirector/facts/facter.rb" changing the hard coded directory from plugins to lib Dir.glob("%s/*/plugins/facter" % d) -> Dir.glob("%s/*/lib/facter" % d) -- 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.
