diff --git a/site-cookbooks/sockethub/recipes/_firewall.rb b/site-cookbooks/sockethub/recipes/_firewall.rb deleted file mode 100644 index 08f58b0..0000000 --- a/site-cookbooks/sockethub/recipes/_firewall.rb +++ /dev/null @@ -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