Add firewall rule for port 8080 (express for hubot)
This commit is contained in:
parent
d1d3dc428c
commit
f2f60686d3
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user