Created
June 24, 2015 16:12
-
-
Save miry/a7c79515fe5375aecb9b to your computer and use it in GitHub Desktop.
Install chef gem mysql2 with all dependicies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
r = mysql2_chef_gem 'default' do | |
client_version mysql_version | |
action :nothing | |
end | |
r.run_action(:install) | |
chef_gem 'mysql2' | |
gem_package 'mysql2' do | |
action :install | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment