chef/Batali
2016-01-21 23:47:28 +00:00

31 lines
804 B
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 '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'
cookbook 'mysql'
cookbook 'database'
cookbook 'mysql2_chef_gem'
cookbook 'omnibus_updater', '~> 1.0.4'
cookbook 'timezone-ii'
end
# vim: set filetype=ruby