Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

mysql2_chef_gem (9) Versions 0.1.0

Provides the mysql2_chef_gem resource

Policyfile
Berkshelf
Knife
cookbook 'mysql2_chef_gem', '= 0.1.0', :supermarket
cookbook 'mysql2_chef_gem', '= 0.1.0'
knife supermarket install mysql2_chef_gem
knife supermarket download mysql2_chef_gem
README
Dependencies
Changelog
Quality 100%

Mysql2 Chef Gem Installer Cookbook

Build Status

Scope

This cookbook automatize the mysql2 gem installation for a chef managed install

Requirements

  • Chef 11 or higher
  • Ruby 1.9 (preferably from the Chef full-stack installer)

cookbook::recipe

  • mysql::client - this recipe is needed if you want to link the mysql2 gem to a mysql client library
  • mariadb::client - this recipe is needed if you want to link the mysql2 gem to a mariadb client library
  • centos - not fully tested on centos, but should work

Resources / Providers

Example

include_recipe 'mysql2_chef_gem'

Recipes

mysql2_chef_gem::default

This recipe call the installation of the mysql2 gem, using the mysql cookbook (call mysql::client to install needed development files)

mysql2_chef_gem::mariadb

This recipe call the installation of the mysql2 gem, using the mariadb cookbook (call mariadb::client to install needed development files)

Usage

Use it in your wrapper cookbook:

include_recipe 'mysql2_chef_gem'

or

include_recipe 'mysql2_chef_gem::mariadb'

Authors

Dependent cookbooks

build-essential >= 0.0.0
mysql >= 0.0.0
mariadb >= 0.0.0

Contingent cookbooks

abiquo Applicable Versions
alfresco-db Applicable Versions
bamboo Applicable Versions
bricks Applicable Versions
confluence Applicable Versions
crowd Applicable Versions
database Applicable Versions
drupal-cookbook Applicable Versions
dvwa Applicable Versions
foreman Applicable Versions
gitlab Applicable Versions
gotcms Applicable Versions
guardian Applicable Versions
iptables_web Applicable Versions
jira Applicable Versions
kloudspeaker Applicable Versions
mattermost Applicable Versions
mysql-multi Applicable Versions
mysql_logrotate Applicable Versions
mysql_tuning Applicable Versions
open-build-service Applicable Versions
openstack-ops-database Applicable Versions
owncloud Applicable Versions
postfixadmin Applicable Versions
singularity Applicable Versions
sonarqube-mysql Applicable Versions
spree Applicable Versions
stack_commons Applicable Versions
stash Applicable Versions
tango Applicable Versions
vicnum Applicable Versions
wordpress Applicable Versions
zabbix_lwrp Applicable Versions
zf2 Applicable Versions

crossplat CHANGELOG

This file is used to list changes made in each version of the crossplat cookbook.

v0.1.0 (2014-09-15)

  • Correct documentation
  • Correct rubocop offenses

v0.0.3 (2014-09-12)

  • Initial release (copy of mysql-chef_gem, but for mysql2)

Foodcritic Metric
            

0.1.0 passed this metric