Remove old sockethub firewall recipe

This commit is contained in:
Basti 2022-02-27 16:08:40 -06:00
parent 2e8004b37a
commit f50e7874ba
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

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