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

Implement stdlib 9 compatibility #657

Merged
merged 4 commits into from
Aug 23, 2023
Merged

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    ef49601 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6538137 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. (maint) Switch from is_function_available() to defined()

    stdlib 9 dropped the is_function_available() function. I reworked the
    code to check if `pe_anchor` is defined. The code now works with Puppet
    core functions and is compatible with Puppet 7/8, probably 6, and does
    not rely on stdlib.
    bastelfreak committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e53ca74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac50f84 View commit details
    Browse the repository at this point in the history