Skip to content

Instantly share code, notes, and snippets.

@miry
Created June 24, 2015 16:12
Show Gist options
  • Save miry/a7c79515fe5375aecb9b to your computer and use it in GitHub Desktop.
Save miry/a7c79515fe5375aecb9b to your computer and use it in GitHub Desktop.
Install chef gem mysql2 with all dependicies
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