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

feat(kitchen): move provisioner block & update run_command #344

Merged
merged 4 commits into from
Jul 17, 2021

Commits on Jul 17, 2021

  1. Configuration menu
    Copy the full SHA
    128e433 View commit details
    Browse the repository at this point in the history
  2. feat(kitchen.*.yml): move provisioner block above platforms

    Ordering becomes `driver`, `provisioner`, `platforms`, `verifier` and `suites`.
    
    Main reason is because `platforms` can override the general values
    provided under `provisioner`, similar to the `driver` overrides.
    myii committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    a490172 View commit details
    Browse the repository at this point in the history
  3. feat(kitchen): use general run_command of /usr/lib/systemd/systemd

    Switch to this instead of `/lib/systemd/systemd`, since there are
    actually more platforms that are based on that in reality.
    
    Found when investigating the discrepancy between the current
    `kitchen.yml` and the one in the `salt-bootstrap` repo.
    myii committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    b7316cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21da320 View commit details
    Browse the repository at this point in the history