Greg Karékinian 68ce3c4834 Update the firewall cookbook to the latest version
This gives us comments from the named resources
2023-06-29 15:08:44 +02:00

12 lines
208 B
Ruby

#
# Cookbook Name:: kosmos-ipfs
# Recipe:: firewall_swarm
#
include_recipe 'firewall'
firewall_rule 'ipfs swarm p2p' do
port node['kosmos-ipfs']['swarm_p2p_port']
protocol :tcp
command :allow
end