35 lines
915 B
Ruby
35 lines
915 B
Ruby
# vim: set filetype=ruby
|
|
|
|
Batali.define do
|
|
source 'https://supermarket.chef.io'
|
|
|
|
cookbook 'mediawiki',
|
|
git: 'https://github.com/67P/mediawiki-cookbook.git',
|
|
ref: 'master'
|
|
cookbook 'postfix'
|
|
cookbook 'unattended-upgrades'
|
|
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'
|
|
cookbook 'hostname'
|
|
cookbook 'redis',
|
|
git: 'https://github.com/phlipper/chef-redis.git',
|
|
ref: 'v0.5.6'
|
|
cookbook 'ufw'
|
|
cookbook 'ssh_known_hosts'
|
|
cookbook 'nginx'
|
|
cookbook 'build-essential', '~> 2.2.4'
|
|
cookbook 'mysql'
|
|
cookbook 'database'
|
|
cookbook 'mysql2_chef_gem'
|
|
cookbook 'omnibus_updater', '~> 1.0.4'
|
|
cookbook 'timezone-ii'
|
|
cookbook 'nodejs', '~> 2.4.4'
|
|
cookbook 'wordpress'
|
|
end
|
|
|