From e137188a4e1abc1045164c4c7c4b4626d89de1f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Mon, 8 Apr 2019 17:51:39 +0200 Subject: [PATCH] Add the build_essential resource to both recipes --- site-cookbooks/kosmos-hubot/recipes/botka_freenode.rb | 5 +++++ site-cookbooks/kosmos-hubot/recipes/hal8000.rb | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/site-cookbooks/kosmos-hubot/recipes/botka_freenode.rb b/site-cookbooks/kosmos-hubot/recipes/botka_freenode.rb index 0d651a5..2e5b7d7 100644 --- a/site-cookbooks/kosmos-hubot/recipes/botka_freenode.rb +++ b/site-cookbooks/kosmos-hubot/recipes/botka_freenode.rb @@ -4,6 +4,11 @@ # # Copyright 2017-2018, Kosmos # + +build_essential 'botka' do + compile_time true +end + include_recipe "kosmos-nodejs" include_recipe "kosmos-redis" diff --git a/site-cookbooks/kosmos-hubot/recipes/hal8000.rb b/site-cookbooks/kosmos-hubot/recipes/hal8000.rb index def41cf..f838259 100644 --- a/site-cookbooks/kosmos-hubot/recipes/hal8000.rb +++ b/site-cookbooks/kosmos-hubot/recipes/hal8000.rb @@ -4,6 +4,11 @@ # # Copyright 2017-2018, Kosmos # + +build_essential 'hal8000' do + compile_time true +end + include_recipe "kosmos-nodejs" include_recipe "kosmos-redis"