From bafa24351a602f249436b4bb7fd608bafd7796ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Tue, 23 Apr 2019 11:14:33 +0200 Subject: [PATCH] Remove firewall rule that is already defined --- site-cookbooks/kosmos-hubot/recipes/default.rb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/site-cookbooks/kosmos-hubot/recipes/default.rb b/site-cookbooks/kosmos-hubot/recipes/default.rb index 30c7091..65bcf67 100644 --- a/site-cookbooks/kosmos-hubot/recipes/default.rb +++ b/site-cookbooks/kosmos-hubot/recipes/default.rb @@ -5,15 +5,6 @@ # Copyright 2017-2018, Kosmos # -unless node.chef_environment == "development" - include_recipe 'firewall' - firewall_rule 'hubot_express_hal8000_freenode' do - port 8080 - protocol :tcp - command :allow - end -end - include_recipe "kosmos-nodejs" include_recipe "kosmos-redis"