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

Respect all files extracted from tar_file #461

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    e3d4abc View commit details
    Browse the repository at this point in the history
  2. Introduce $default_ca_path variable in certs::ca

    This is reused a few times and makes it easier to follow what's related.
    ekohl committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    2daeb00 View commit details
    Browse the repository at this point in the history
  3. Merge if/else branch into a single resource declaration

    This always defined the same file, just with a different source. That
    source is either the provided server_ca_cert or the default CA.
    ekohl committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    4765129 View commit details
    Browse the repository at this point in the history
  4. Only declare the CA if generate is requested

    This avoids writing out a password file that isn't needed.
    ekohl committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    86ee380 View commit details
    Browse the repository at this point in the history