Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Provide mysql version to mysql2_chef_gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Jul 6, 2015
1 parent bd88c5e commit 121964e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
case settings['database']['type']
when 'mysql'
mysql2_chef_gem 'default' do
client_version settings['database']['version']
action :install
end

Expand Down

0 comments on commit 121964e

Please sign in to comment.