inspec/Berksfile
2016-03-18 11:39:04 +01:00

6 lines
177 B
Ruby

# encoding: utf-8
source 'https://supermarket.chef.io'
cookbook 'apt'
cookbook 'os_prepare', path: './test/cookbooks/os_prepare'
cookbook 'runit', github: 'hw-cookbooks/runit'