10 lines
171 B
Ruby
10 lines
171 B
Ruby
source 'https://supermarket.chef.io'
|
|
|
|
metadata
|
|
|
|
group :integration do
|
|
cookbook 'yum'
|
|
cookbook 'apt'
|
|
cookbook 'nodejs_test', path: './test/cookbooks/nodejs_test'
|
|
end
|