Issue #21890 has been updated by Charlie Sharpsteen. Status changed from Needs More Information to Closed Assignee changed from Josh Smeaton to Charlie Sharpsteen Keywords changed from external_facts to external_facts multiple_install
Thanks for the update. Facter is especially difficult to run reliably when multiple installs are present as it aggressively searches the `RUBYLIB` path and ends up loading code that is newer or older than what it can understand. ---------------------------------------- Bug #21890: Facter 2.0.0 not picking up external facts from /etc/facter/facts.d/ https://projects.puppetlabs.com/issues/21890#change-95846 * Author: Josh Smeaton * Status: Closed * Priority: Normal * Assignee: Charlie Sharpsteen * Category: * Target version: * Keywords: external_facts multiple_install * 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.
