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

Add support for current Operating Systems #100

Merged
merged 13 commits into from
Sep 10, 2024
Merged

Add support for current Operating Systems #100

merged 13 commits into from
Sep 10, 2024

Commits on Jun 21, 2024

  1. modulesync 9.0.0

    bastelfreak committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6a22b4e View commit details
    Browse the repository at this point in the history
  2. modulesync 9.0.0

    bastelfreak committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    bbb20ec View commit details
    Browse the repository at this point in the history
  3. Fix legacy facts

    bastelfreak committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    58ac28e View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. modulesync 9.1.0

    bastelfreak committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b32c7e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8aafed8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Auto-correct rubocop offenses

    These corrections are always safe:
    
    bundle exec rubocop -a
    smortex committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    664075d View commit details
    Browse the repository at this point in the history
  2. Auto-correct more rubocop offenses

    These ones are sometimes not safe
    
    bundle exec rubocop -A
    smortex committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4b53d77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    241a9f4 View commit details
    Browse the repository at this point in the history
  4. Add support for Puppet 7 & 8

    smortex committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    acb175b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Add support for current Operating Systems

    The list of supported Operating Systems is outdated.  Update it and add
    some basic acceptance tests to ensure the code is valid.
    smortex committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fd7b902 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd682e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec80053 View commit details
    Browse the repository at this point in the history
  4. Rework the way lens_dir is retrieved

    While AIO Puppet has a well-known path to augeas lenses, non-AIO Puppet
    use a sysstem path that is OS-dependant.
    
    Rework the way this path is retrieved so that we can extand this easily
    using Hiera.
    smortex committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c68d69c View commit details
    Browse the repository at this point in the history