Add firewall rule for schlupp

This commit is contained in:
Basti 2016-02-21 15:29:45 -05:00
parent df5d9aea20
commit d88695b67d

View File

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