From a710182c398c7b914f7b3ab184d83731ebfb2380 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Thu, 10 Feb 2022 17:00:19 -0600 Subject: [PATCH] Add missing user recipe import to botka recipe --- site-cookbooks/kosmos-hubot/recipes/botka_irc-libera-chat.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/site-cookbooks/kosmos-hubot/recipes/botka_irc-libera-chat.rb b/site-cookbooks/kosmos-hubot/recipes/botka_irc-libera-chat.rb index 00db622..144e7f5 100644 --- a/site-cookbooks/kosmos-hubot/recipes/botka_irc-libera-chat.rb +++ b/site-cookbooks/kosmos-hubot/recipes/botka_irc-libera-chat.rb @@ -15,6 +15,7 @@ end include_recipe "kosmos-nodejs" include_recipe "kosmos-redis" +include_recipe "kosmos-hubot::_user" application app_path do credentials = Chef::EncryptedDataBagItem.load('credentials', app_name)