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:
Imran Iqbal 2021-02-13 13:43:15 +00:00 committed by Pedro Algarvio
parent 478b28bb3a
commit 3ef81f56c1
2 changed files with 4 additions and 2 deletions

6
.gitignore vendored
View file

@ -6,6 +6,8 @@
.idea
# test-kitchen
.kitchen
.bundle
.kitchen.local.yml
kitchen.local.yml
.kitchen/
.bundle/
Gemfile.lock