Add firewall rule for port 8080 (express for hubot)

This commit is contained in:
Greg Karékinian 2016-02-21 01:19:33 +01:00
parent d1d3dc428c
commit f2f60686d3

View File

@ -7,6 +7,12 @@
# All rights reserved - Do Not Redistribute
#
firewall_rule 'hubot_express' do
port 8080
protocol :tcp
command :allow
end
include_recipe "kosmos-nodejs"
include_recipe "kosmos-redis"