Add missing firewall rule for botka on freenode

This commit is contained in:
Greg Karékinian 2019-04-23 11:15:06 +02:00
parent bafa24351a
commit 47d2ebe409

View File

@ -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