Remove obsolete port opening

We have an nginx reverse proxy for botka instead.
This commit is contained in:
2019-05-09 23:29:50 +02:00
parent 584aab76a7
commit fe1821739c

View File

@@ -116,11 +116,4 @@ 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