Remove firewall rule that is already defined

This commit is contained in:
Greg Karékinian 2019-04-23 11:14:33 +02:00
parent 7c29957ed9
commit bafa24351a

View File

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