mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
refactor(kitchen): prefer kitchen.yml
to .kitchen.yml
* Quoting from https://kitchen.ci/docs/getting-started/kitchen-yml/:
- As of test-kitchen 1.21.0, we now prefer `kitchen.yml` over `.kitchen.yml`.
- This preference applies to `kitchen.local.yml` as well.
- This is backward compatible so the dot versions continue to work.
* Mirrors contribution to `saltstack/salt` repo:
- https://github.com/saltstack/salt/pull/54442
* `.gitignore`:
- 46f96e4f37/.gitignore (L112-L116)
This commit is contained in:
parent
478b28bb3a
commit
3ef81f56c1
2 changed files with 4 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -6,6 +6,8 @@
|
|||
.idea
|
||||
|
||||
# test-kitchen
|
||||
.kitchen
|
||||
.bundle
|
||||
.kitchen.local.yml
|
||||
kitchen.local.yml
|
||||
.kitchen/
|
||||
.bundle/
|
||||
Gemfile.lock
|
||||
|
|
Loading…
Add table
Reference in a new issue