From 5e973b68751995964f69b1db1682d0a6ec5d5d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Fri, 26 Oct 2018 17:49:06 +0200 Subject: [PATCH] Use the kosmos-ipfs recipe in the hal8000 recipe This changes the port to not conflict with hubot and sets the gateway to be writable --- site-cookbooks/kosmos-hubot/recipes/hal8000.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-cookbooks/kosmos-hubot/recipes/hal8000.rb b/site-cookbooks/kosmos-hubot/recipes/hal8000.rb index 3162107..def41cf 100644 --- a/site-cookbooks/kosmos-hubot/recipes/hal8000.rb +++ b/site-cookbooks/kosmos-hubot/recipes/hal8000.rb @@ -8,7 +8,7 @@ include_recipe "kosmos-nodejs" include_recipe "kosmos-redis" # Needed for hubot-kredits -include_recipe "ipfs" +include_recipe "kosmos-ipfs" unless node.chef_environment == "development" include_recipe 'firewall'