#
# Cookbook:: irrigate-haproxy
# Recipe:: redshift
#
# Copyright:: (C) 2016 The Orchard
#

firewall_rule 'redshift' do
  port 5439
  protocol :tcp
  position 7
  command :allow
end
