From aaabeee1fb6557929cabac7fadbb9eab72d6017a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Fri, 27 Oct 2017 10:34:48 +0200 Subject: [PATCH] Remove extra empty external-scripts that disabled modules for botka --- site-cookbooks/5apps-hubot/recipes/xmpp_botka.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/site-cookbooks/5apps-hubot/recipes/xmpp_botka.rb b/site-cookbooks/5apps-hubot/recipes/xmpp_botka.rb index 90a7017..dd9731f 100644 --- a/site-cookbooks/5apps-hubot/recipes/xmpp_botka.rb +++ b/site-cookbooks/5apps-hubot/recipes/xmpp_botka.rb @@ -54,13 +54,6 @@ application botka_xmpp_path do ].to_json end - file "external-scripts.json" do - mode "0640" - owner "hubot" - group "hubot" - content [].to_json - end - npm_install do user "hubot" end