From fe44b29b62362f54ab94bc6c5e681159416f654e Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 17 Apr 2017 16:52:59 +0200 Subject: [PATCH] Use kosmos branch for Mastodon --- site-cookbooks/kosmos-mastodon/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-mastodon/recipes/default.rb b/site-cookbooks/kosmos-mastodon/recipes/default.rb index e2fa7ca..3d301d1 100644 --- a/site-cookbooks/kosmos-mastodon/recipes/default.rb +++ b/site-cookbooks/kosmos-mastodon/recipes/default.rb @@ -51,7 +51,7 @@ application mastodon_path do user "mastodon" group "mastodon" repository "https://github.com/67P/mastodon.git" - revision "staging" + revision "kosmos" end mastodon_credentials = Chef::EncryptedDataBagItem.load('credentials', 'mastodon')