Add missing user recipe import to botka recipe

This commit is contained in:
Basti 2022-02-10 17:00:19 -06:00
parent 18161832ef
commit a710182c39
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -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)