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

Fix usage of deprecated ensure_packages / require puppetlabs/stdlib 9 #98

Merged
merged 3 commits into from
Aug 6, 2023

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    8b7215a View commit details
    Browse the repository at this point in the history
  2. Fix usage of deprecated ensure_packages

    stdlib 9 namespaced functions and depercated the non-namespaced
    functions.  Puppet 8 raise an error on warning by default, so this fix
    catalog compilation on some platforms for some configuration when using
    Puppet 8 and latest stdlib.
    smortex committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    23bde49 View commit details
    Browse the repository at this point in the history
  3. Fix CI on ArchLinux

    Fixes:
    > Error: Evaluation Error: Error while evaluating a Function Call, The bird version in Archlinux does not provide a seperate daemon for IPv6. You cannot explicitly enable it. The default daemon already has IPv6 support
    smortex committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    6643ad6 View commit details
    Browse the repository at this point in the history