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

Cleanup configuration file #340

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    d478859 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    415a0aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c72f8f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Fix function that fetches a module by name to use identifier

    The previous implementation relied on the name of the module to be
    specified which is a specially constructured replacement of colons
    with underscores. The hook context calls on this method and indicates
    using the identifier as a typicaly Puppet user would encounter it.
    For example, my_example::foo would be specified rather than a user
    thinking to convert this to my_example_foo. Thus this worked for
    single level classes, this would have failed for multilevel
    classes.
    ehelms committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    0ad51bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6defecf View commit details
    Browse the repository at this point in the history