Add missing firewall rule for botka on freenode
This commit is contained in:
parent
bafa24351a
commit
47d2ebe409
@ -118,4 +118,11 @@ unless node.chef_environment == "development"
|
|||||||
end
|
end
|
||||||
|
|
||||||
nginx_certbot_site express_domain
|
nginx_certbot_site express_domain
|
||||||
|
|
||||||
|
include_recipe "firewall"
|
||||||
|
firewall_rule 'hubot_express_botka_freenode' do
|
||||||
|
port express_port
|
||||||
|
protocol :tcp
|
||||||
|
command :allow
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user