(16468) creates a fact for every Puppet config setting#315
(16468) creates a fact for every Puppet config setting#315ghoneycutt wants to merge 1 commit intopuppetlabs:masterfrom
Conversation
This creates a fact prepended with 'puppet_config_' for every Puppet configuration setting. This is useful for templating, as well as conditional logic based on these settings. ** Craig Dunn authored this with me.
|
What happens if puppet isn't installed? It seems like something like this should be in a module and then accessed with |
|
Next actions are to re-work this as a Puppet module instead of a change to Facter. Facter does not, and should not, have a dependency on Puppet, however, Puppet does and should have a dependency on Facter. I'm going to go ahead and close this pull request for the time being. Please re-open this pull request once the next actions are addressed, new information is available, or you have a question related to this pull request. We've become aware of difficulties re-opening pull requests, in the event you cannot please mention jeffmccune or adrienthebo with an @ sign in front and we'll re-open this pull request. Closing the pull request doesn't mean we don't consider this change valuable, just that there are things that need to be addressed before it can be merged. If you have any questions or concerns, please don't hesitate to ping us in #puppet-dev on irc.freenode.net. |
(CFACT-230) Fix architecture fact resolution on certain Linux distros.
This creates a fact prepended with 'puppet_config_' for every Puppet
configuration setting.
This is useful for templating, as well as conditional logic based on
these settings.
** Craig Dunn authored this with me.