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 #37891 - Add enable-puppet8 parameter to provisioning templates #10378

Merged
merged 2 commits into from
Nov 20, 2024

Commits on Nov 19, 2024

  1. Fixes #37891 - Add enable-puppet8 parameter to provisioning templates

    Previously the enable-official-puppet8-repo parameter was added, but for
    users who supply their own packages (like Katello users) and still want
    to use AIO packaging need a parameter. Technically they could use
    enable-puppet5, enable-puppet6 or enable-puppet7 but this is
    inconsistent. It would be better to add a new version independent
    parameter, but this first aims for consistency.
    
    Fixes: c35092b ("fixes #36939 - Allow for deployment of puppet 8")
    (cherry picked from commit 5375eda)
    ekohl committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ab152cb View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Refs #38017 - Pin fog-libvirt to ~> 0.12.0

    fog-libvirt 0.13 changes the testing slightly. This pins to the version
    we're already using instead of adapting the tests.
    ekohl committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    67bd029 View commit details
    Browse the repository at this point in the history