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

Fixes #14545 - Correctly parse y.z minor OS version from facts #3836

Closed
wants to merge 1 commit into from

Commits on Sep 13, 2016

  1. Fixes #14545, #13104 - Correctly parse y.z minor OS versions

    Some OSes use y.z minor version, for example CentOS uses versions such
    as 7.2.1511. Currently, the puppet fact parser will only take the 'y'
    part of the version, 2 in this case, which can lead to conflicts if the
    OS has been defined manually with the 2.1511 minor version (as the
    description will still contain the entire version).
    tbrisker committed Sep 13, 2016
    Configuration menu
    Copy the full SHA
    4578656 View commit details
    Browse the repository at this point in the history