Fix and consolidate firewall rules #36

Merged
greg merged 3 commits from chore/firewall_rules into master 2019-04-23 09:18:57 +00:00
Showing only changes of commit bafa24351a - Show all commits

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"