Initial Chef repository
This commit is contained in:
29
Batali
Normal file
29
Batali
Normal file
@@ -0,0 +1,29 @@
|
||||
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'
|
||||
end
|
||||
|
||||
# vim: set filetype=ruby
|
||||
Reference in New Issue
Block a user