Merge pull request #4837 from inspec/mj/tk

Point to our updated kitchen/cookbooks path.
This commit is contained in:
Miah Johnson 2020-01-24 11:37:56 -08:00 committed by GitHub
commit 038485f685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
source "https://supermarket.chef.io"
cookbook "audit"
cookbook "os_prepare", path: "./test/cookbooks/os_prepare"
cookbook "os_prepare", path: "./test/kitchen/cookbooks/os_prepare"