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

Set version defaults with hiera data #685

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Commits on Jan 29, 2024

  1. Set version defaults with hiera data

    Use hiera module level data to specify default versions
    and if a repository should be configured.
    
    This will make adding new OSes easier.
    traylenator committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    82b446f View commit details
    Browse the repository at this point in the history
  2. Use facterdb with db_spec file

    With OS facts set the following error occured:
    
    ```
    NoMethodError:
         #   undefined method `downcase' for nil:NilClass
         #   ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/provider/service/init.rb:25:in `block in <top (required)>'
    ```
    
    since the service provider could not be determined correctly.
    traylenator committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6537f8b View commit details
    Browse the repository at this point in the history