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

Always include the installer answer file in backups #912

Merged

Commits on Sep 25, 2024

  1. Always include the installer answer file in backups

    If the user has changed the answer file location in their scenario to
    something outside of /etc/foreman-installer then it isn't backed up.
    
    This changes the installer feature's config_files to include it if
    needed. It also stops globbing the files and simply trust that you can
    list a directory, which we already do for the cached data.
    ekohl authored and evgeni committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7569752 View commit details
    Browse the repository at this point in the history
  2. fix tests

    evgeni committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5320345 View commit details
    Browse the repository at this point in the history