Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(FACT-1277) Add puppetversion to facter -p #1221

Closed
wants to merge 1 commit into from

Commits on Nov 16, 2015

  1. (FACT-1277) Add puppetversion to facter -p

    When `facter -p` was restored to Facter 3, the `puppetversion` fact was
    overlooked. It was moved to Puppet, but the code path we call to
    initialize `facter -p` doesn't set it up. Explicitly set it by calling
    `Puppet.version`, with support for a Puppet helper to be setup in
    PUP-5508 to future-proof `facter -p` for new core Puppet facts.
    Michael Smith committed Nov 16, 2015
    Configuration menu
    Copy the full SHA
    c399786 View commit details
    Browse the repository at this point in the history