chef/Batali
2017-03-20 13:19:10 +00:00

41 lines
1.1 KiB
Ruby

# vim: set filetype=ruby
Batali.define do
source 'https://supermarket.chef.io'
cookbook 'mediawiki',
git: 'https://github.com/67P/mediawiki-cookbook.git',
ref: 'nginx'
cookbook 'php-fpm',
git: 'https://github.com/67P/cookbook-php-fpm.git',
ref: 'ubuntu_systemd'
cookbook 'wordpress',
git: 'https://github.com/67P/wordpress-cookbook.git',
ref: 'relax_dependencies'
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 'sudo'
cookbook 'hostname'
cookbook 'redis',
git: 'https://github.com/phlipper/chef-redis.git',
ref: 'v0.5.6'
cookbook 'ufw'
cookbook 'firewall'
cookbook 'nginx'
cookbook 'build-essential'
cookbook 'mysql'
cookbook 'database'
cookbook 'mysql2_chef_gem'
cookbook 'omnibus_updater'
cookbook 'timezone-ii'
cookbook 'nodejs', '~> 3.0.0'
cookbook 'ark'
cookbook 'logrotate'
end