Issue #4180 has been reported by Daniel Grafe.
----------------------------------------
Bug #4180: Old module structure assumed when running puppet locally
http://projects.puppetlabs.com/issues/4180
Author: Daniel Grafe
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
Affected version: 0.25.5
Keywords:
Branch:
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.