9 linhas
161 B
Ruby
9 linhas
161 B
Ruby
source 'https://supermarket.getchef.com'
|
|
|
|
metadata
|
|
|
|
group :integration do
|
|
cookbook 'apt'
|
|
cookbook 'nodejs_test', :path => './test/cookbooks/nodejs_test'
|
|
end
|