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 Rocky Linux #197

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

Commits on Jul 11, 2024

  1. Add support for Rocky Linux

    This enables installation of Nomad on Rocky machines. It also lets you
    define a variable `minimal_curl` which will force installation of
    curl-minimal, as sometimes molecule images have one thing and production
    installations have another.
    tpendragon committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    2c7a599 View commit details
    Browse the repository at this point in the history
  2. Add molecule tests.

    tpendragon committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    214ed87 View commit details
    Browse the repository at this point in the history
  3. Fix

    tpendragon committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    306f520 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    78a3846 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Improve nomad_curl_package variable.

    This sets an overridable default of 'curl', but for backwards
    compatibility makes it curl-minimal for AlmaLinux 9.
    tpendragon committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    8ca1ff2 View commit details
    Browse the repository at this point in the history