Update cookbooks

This commit is contained in:
Greg Karékinian
2016-04-16 00:15:56 +02:00
parent 3854ab7232
commit c50b096c37
127 changed files with 1792 additions and 7431 deletions

10
Batali
View File

@@ -5,7 +5,13 @@ Batali.define do
cookbook 'mediawiki',
git: 'https://github.com/67P/mediawiki-cookbook.git',
ref: 'master'
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',
@@ -20,6 +26,7 @@ Batali.define do
git: 'https://github.com/phlipper/chef-redis.git',
ref: 'v0.5.6'
cookbook 'ufw'
cookbook 'firewall'
cookbook 'ssh_known_hosts'
cookbook 'nginx'
cookbook 'build-essential', '~> 2.2.4'
@@ -29,6 +36,5 @@ Batali.define do
cookbook 'omnibus_updater', '~> 1.0.4'
cookbook 'timezone-ii'
cookbook 'nodejs', '~> 2.4.4'
cookbook 'wordpress'
end