Add firewall rule for schlupp
This commit is contained in:
parent
df5d9aea20
commit
d88695b67d
@ -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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user