Remove old sockethub firewall recipe
This commit is contained in:
parent
2e8004b37a
commit
f50e7874ba
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user