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

Externalize answer defaults #718

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Aug 26, 2021

  1. Stop trying to remove deleted parameters

    Kafo does this automatically and there's no need to write migrations for
    this. That was a misunderstanding on my side.
    ekohl committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    071cd88 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Write cleanup-foreman-user-groups test without fixtures

    This is essentially the same test, but without files.
    ekohl committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    0493a2f View commit details
    Browse the repository at this point in the history
  2. Externalize answer defaults

    This moves all non-default options into the Hiera layer. Since Kafo 3.0
    this works and is supported. It also means --reset-$option loads the
    installer default rather than the Puppet default.
    ekohl committed Aug 27, 2021
    Configuration menu
    Copy the full SHA
    16899a9 View commit details
    Browse the repository at this point in the history