Issue #4180 has been updated by Markus Roberts.

Status changed from Ready for Testing to Closed


----------------------------------------
Bug #4180: Old module structure assumed when running puppet locally
http://projects.puppetlabs.com/issues/4180

Author: Daniel Grafe
Status: Closed
Priority: Normal
Assigned to: 
Category: plumbing
Target version: 2.6
Affected version: 0.25.5
Keywords: 
Branch: http://github.com/jes5199/puppet/tree/bug/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.

Reply via email to