Update cookbooks

* Replace old nginx cookbook with new chef_nginx cookbooks
* Update application cookbook
This commit is contained in:
Greg Karékinian
2017-04-28 11:59:11 +02:00
parent 5d1d4832df
commit 4fb5390f9b
264 changed files with 3050 additions and 8605 deletions

8
Batali
View File

@@ -14,11 +14,11 @@ Batali.define do
ref: 'relax_dependencies'
cookbook 'postfix'
cookbook 'unattended-upgrades'
cookbook 'poise-ruby-build', '~> 1.1.0'
cookbook 'application'
cookbook 'poise-ruby-build', '~> 1.1.0'
cookbook 'application', '~> 5.2.0'
cookbook 'application_javascript'
cookbook 'application_ruby'
cookbook 'application_git'
cookbook 'application_git', '~> 1.1.0' # 1.2.0 doesn't work with knife-solo
cookbook 'users'
cookbook 'sudo'
cookbook 'hostname'
@@ -27,7 +27,7 @@ Batali.define do
ref: 'v0.5.6'
cookbook 'ufw'
cookbook 'firewall'
cookbook 'nginx'
cookbook 'chef_nginx'
cookbook 'build-essential'
cookbook 'mysql'
cookbook 'postgresql', '~> 6.1'