Set up an instance of Mastodon for Kosmos

Refs #19

Use new application cookbook, update our cookbooks
This commit is contained in:
Greg Karékinian
2017-04-06 21:20:51 +02:00
parent a3f5c5f646
commit de11c0d691
345 changed files with 22591 additions and 3473 deletions

9
Batali
View File

@@ -14,10 +14,10 @@ Batali.define do
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 'application'
cookbook 'application_javascript'
cookbook 'application_ruby'
cookbook 'application_git'
cookbook 'users'
cookbook 'sudo'
cookbook 'hostname'
@@ -29,6 +29,7 @@ Batali.define do
cookbook 'nginx'
cookbook 'build-essential'
cookbook 'mysql'
cookbook 'postgresql', '~> 6.1'
cookbook 'database'
cookbook 'mysql2_chef_gem'
cookbook 'omnibus_updater'