mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
6 lines
177 B
Ruby
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'
|