Update cookbooks and add wordpress cookbook
This commit is contained in:
12
cookbooks/database/Berksfile
Normal file
12
cookbooks/database/Berksfile
Normal file
@@ -0,0 +1,12 @@
|
||||
source 'https://supermarket.chef.io'
|
||||
|
||||
metadata
|
||||
|
||||
group :integration do
|
||||
cookbook 'apt'
|
||||
cookbook 'selinux'
|
||||
cookbook 'mysql2_chef_gem'
|
||||
end
|
||||
|
||||
cookbook 'mysql_database_test', path: 'test/fixtures/cookbooks/mysql_database_test'
|
||||
cookbook 'postgresql_database_test', path: 'test/fixtures/cookbooks/postgresql_database_test'
|
||||
Reference in New Issue
Block a user