inspec/Berksfile
Tim Smith 13de4b510d Remove unused build-essential dep in berksfile
This is not used by the test cookbooks

Signed-off-by: Tim Smith <tsmith@chef.io>
2020-12-09 10:53:00 -08:00

5 lines
197 B
Ruby

source "https://supermarket.chef.io"
cookbook "audit"
cookbook "install_inspec", path: "./test/kitchen/cookbooks/install_inspec"
cookbook "os_prepare", path: "./test/kitchen/cookbooks/os_prepare"