Update cookbooks and add wordpress cookbook

This commit is contained in:
Greg Karékinian
2016-02-19 18:09:49 +01:00
parent 9ba973e3ac
commit 820b0ab3f8
606 changed files with 22421 additions and 14084 deletions

5
Batali
View File

@@ -1,3 +1,5 @@
# vim: set filetype=ruby
Batali.define do
source 'https://supermarket.chef.io'
@@ -9,6 +11,7 @@ Batali.define do
cookbook 'application_nodejs',
git: 'https://github.com/67p/application_nodejs.git',
ref: 'master'
cookbook 'application', '4.1.6'
cookbook 'users'
cookbook 'chef-solo-search'
cookbook 'sudo'
@@ -26,6 +29,6 @@ Batali.define do
cookbook 'omnibus_updater', '~> 1.0.4'
cookbook 'timezone-ii'
cookbook 'nodejs', '~> 2.4.4'
cookbook 'wordpress'
end
# vim: set filetype=ruby