#
# Cookbook:: irrigate-haproxy
# Recipe:: mysql
#
# Copyright:: (C) 2017 The Orchard
#

firewall_rule 'mysql' do
  port 3306
  protocol :tcp
  position 8
  command :allow
end
