Issue #21890 has been reported by Josh Smeaton. ---------------------------------------- Bug #21890: Facter 2.0.0 not picking up external facts from /etc/facter/facts.d/ https://projects.puppetlabs.com/issues/21890
* Author: Josh Smeaton * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: 2.0.0 * 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: # 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 # Server with puppet version 3.2.1 and facter 1.7.1: # 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 # 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.
