12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
|
site :opscode
|
||
|
|
||
|
metadata
|
||
|
|
||
|
group :integration do
|
||
|
cookbook "apt"
|
||
|
cookbook "yum"
|
||
|
|
||
|
cookbook "mysql_test", :path => "../../../test/cookbooks/mysql_test"
|
||
|
cookbook "minitest-handler"
|
||
|
end
|