inspec/Berksfile
Clinton Wolfe 09cfcedcd4 Refactor os_prepare cookbook to split out inspec installation
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2020-05-25 21:00:24 -04:00

6 lines
224 B
Ruby

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