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

(PUP-10955) Normalize environment name to symbol before caching #8702

Merged
merged 1 commit into from Jul 22, 2021

Commits on Jul 22, 2021

  1. (PUP-10955) Normalize environment name to symbol before caching

    The `Puppet::Environments::Cached.get` method says it accepts Strings or
    Symbols. This commit normalizes the environment name before caching and
    getting the environment to avoid duplicated environments in cache (as
    String and as Symbol).
    luchihoratiu committed Jul 22, 2021
    Copy the full SHA
    a6e0a6b View commit details
    Browse the repository at this point in the history