Remove obsolete port opening

We have an nginx reverse proxy for botka instead.
This commit is contained in:
Basti 2019-05-09 23:29:50 +02:00
parent 584aab76a7
commit fe1821739c
No known key found for this signature in database
GPG Key ID: BE4634D632D39B67

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