diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2013-05-06 16:29:35 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2013-05-07 09:42:35 -0700 |
commit | 3b887c880c8850ee9fce5531bd36f946a8c82512 (patch) | |
tree | 150c88b742442ea0c164bdcd4a2e22b9155e0d81 /lib/puppet/parser/functions/values_at.rb | |
parent | 77991d3a77d17d8f53ae25b0bc9633c9c13db17b (diff) | |
download | puppet-stdlib-3b887c880c8850ee9fce5531bd36f946a8c82512.tar.gz puppet-stdlib-3b887c880c8850ee9fce5531bd36f946a8c82512.tar.bz2 |
(#20582) Restore facter_dot_d to stdlib for PE users
Without this patch Puppet Enterprise users who install the most recent
version of stdlib lose the ability to resolve certain facts critical to
the operation of Puppet Enterprise. These facts are defined externally
in the file
`/etc/puppetlabs/facter/facts.d/puppet_enterprise_installer.txt`.
As an example, Puppet Enterprise catalogs fail to compile if the
`fact_stomp_server`, and `fact_stomp_port` facts are not defined.
`facter_dot_d` was removed from stdlib version 4 because Facter version
1.7 now supports external facts defined in
`/etc/puppetlabs/facter/facts.d/puppet_enterprise_installer.txt`.
Puppet Enterprise does not yet include Facter 1.7, however. The most
recent PE release, 2.8.1, includes Facter 1.6.17. With this version of
Facter, users who replace the version of stdlib that ships with PE with
the most recent version from the Forge will lose the ability to resolve
facts from
`/etc/puppetlabs/facter/facts.d/puppet_enterprise_installer.txt`.
This patch addresses the problem by detecting if Facter version < 1.7 is
loaded. If so, then the facter_dot_d.rb facts will be defined using the
stdlib custom fact. If Facter >= 1.7 is being used then stdlib will not
define external facts.
Diffstat (limited to 'lib/puppet/parser/functions/values_at.rb')
0 files changed, 0 insertions, 0 deletions