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

Re-add removed methods #249

Closed

Commits on Feb 29, 2024

  1. Re-add removed methods

    Two methods were mistakenly removed from both Beaker and beaker-puppet,
    breaking tests for modules.
    
    puppet_agent_dev_package_info was removed in Beaker in
    voxpupuli/beaker@cdaedad under the mistaken assumption that it had
    already been moved over to beaker-puppet.
    
    install_puppet_agent_dev_repo_on was removed in beaker-puppet in
    22a38c8 because it relied on puppet_agent_dev_package_info, which was no
    longer available.
    
    This commit restores those two methods (with some minor modifications
    for platforms that are no longer supported) and their associated tests.
    mhashizume committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5380a12 View commit details
    Browse the repository at this point in the history