Remove old sockethub firewall recipe

This commit is contained in:
2022-02-27 16:08:40 -06:00
parent 2e8004b37a
commit f50e7874ba

View File

@@ -1,14 +0,0 @@
#
# Cookbook Name:: sockethub
# Recipe:: firewall
#
unless node.chef_environment == "development"
include_recipe "kosmos-base::firewall"
firewall_rule 'sockethub' do
port node['sockethub']['external_port'].to_i
protocol :tcp
command :allow
end
end