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
|
# 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-nodejs"
|
||||||
include_recipe "kosmos-redis"
|
include_recipe "kosmos-redis"
|
||||||
|
|
||||||
@ -37,15 +43,15 @@ application "hal8000" do
|
|||||||
owner "hubot"
|
owner "hubot"
|
||||||
group "hubot"
|
group "hubot"
|
||||||
content [
|
content [
|
||||||
"hubot-help",
|
"hubot-help",
|
||||||
"hubot-read-tweet",
|
"hubot-read-tweet",
|
||||||
"hubot-redis-brain",
|
"hubot-redis-brain",
|
||||||
"hubot-rules",
|
"hubot-rules",
|
||||||
"hubot-shipit",
|
"hubot-shipit",
|
||||||
"hubot-plusplus",
|
"hubot-plusplus",
|
||||||
"hubot-tell",
|
"hubot-tell",
|
||||||
"hubot-seen",
|
"hubot-seen",
|
||||||
"hubot-rss-reader",
|
"hubot-rss-reader",
|
||||||
"hubot-openassets",
|
"hubot-openassets",
|
||||||
"hubot-auth"
|
"hubot-auth"
|
||||||
].to_json
|
].to_json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user