Update the kosmos-mastodon cookbook to use the new postgresql cookbook

Don't depend on the deprecated database cookbook to create the database
This commit is contained in:
Greg Karékinian
2019-04-10 11:46:50 +02:00
parent f6d88bbd66
commit 126b5f8dd5
4 changed files with 44 additions and 27 deletions

View File

@@ -13,5 +13,5 @@ depends "poise-ruby-build"
depends "application_ruby"
depends "application_javascript"
depends "postgresql"
depends "database"
depends "kosmos-postgresql"
depends "backup"