Fix Sockethub being offline due to missing HAProxy and UFW configs #392

Merged
raucao merged 4 commits from bugfix/sockethub_firewall into master 2022-03-02 15:57:06 +00:00
Showing only changes of commit f50e7874ba - Show all commits

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