Issue #21890 has been updated by Charlie Sharpsteen. Description updated Status changed from Unreviewed to Needs More Information Assignee set to Josh Smeaton Target version deleted (2.0.0) Keywords changed from external facts to external_facts
Josh Smeaton wrote: > Since upgrading to puppet 3.2.3 and facter 2.0.0 Facter 2.0.0 has not been released yet. Are you running Facter from a git checkout? If so, which version? As of today, I cannot reproduce this issue on the tip of either the stable or master branches. ---------------------------------------- Bug #21890: Facter 2.0.0 not picking up external facts from /etc/facter/facts.d/ https://projects.puppetlabs.com/issues/21890#change-95309 * Author: Josh Smeaton * Status: Needs More Information * Priority: Normal * Assignee: Josh Smeaton * Category: * Target version: * Keywords: external_facts * Branch: * Affected Facter version: ---------------------------------------- Since upgrading to puppet 3.2.3 and facter 2.0.0, my custom facts are no longer being loaded. Below is a demonstration of a test: Server with puppet 3.2.3 and facter 2.0.0: <pre> # puppet --version 3.2.3 # facter --version 2.0.0 # cat /etc/facter/facts.d/test_facts.txt my_test_fact=facter2.0.0 # facter | grep my_test_fact # </pre> Server with puppet version 3.2.1 and facter 1.7.1: <pre> # puppet --version 3.2.1 # facter --version 1.7.1 # cat /etc/facter/facts.d/test_facts.txt my_test_fact=facter1.7.1 # facter | grep my_test_fact my_test_fact => facter1.7.1 # </pre> These two servers are part of a HA Pair, and other than the version of puppet/facter, they are identical. This is using standard puppet, not puppet enterprise. As a test, I created the facts in the /etc/puppetlabs/facter/facts.d but that still did not work. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
