Issue #3653 has been updated by James Turnbull. Status changed from Unreviewed to Needs more information
Does it fail with a different error? ---------------------------------------- Bug #3653: facts from plugins not working http://projects.puppetlabs.com/issues/3653 Author: Scott Beardsley Status: Needs more information Priority: Normal Assigned to: Category: Target version: Affected version: 0.25.4 Keywords: facter plugins Branch: I'm attempting to create a simple fact as a plugin and I'm getting strange errors. My configuration directory structure looks like: /etc/puppet/modules/syslog/ lib/ facter/ meh.rb templates/ syslog.conf.erb manifests/ init.pp I've attached the above files and a couple logs (master.log and client.log is the debug output from the puppetmasterd and puppetd respectively). This bug was first reported on the puppet-users list[1]. When I run `facter --puppet|grep meh` on the client I get the correct output but `facter|grep meh` doesn't show it. $ facter --puppet|grep meh meh => foo $ facter|grep meh $ I'm using 0.25.4 on CentOS 5. Thanks, Scott ------------- [1]: http://groups.google.com/group/puppet-users/browse_thread/thread/c7f754626bf9c65e -- 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.
