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

The mysql-chef_gem cookbook has been deprecated

Author provided reason for deprecation:

The mysql-chef_gem cookbook has been deprecated and is no longer being maintained by its authors. Use of the mysql-chef_gem cookbook is no longer recommended.

You may find that the mysql_chef_gem cookbook is a suitable alternative.

RSS

mysql-chef_gem (4) Versions 0.0.5

Provides the mysql_chef_gem resource

Policyfile
Berkshelf
Knife
cookbook 'mysql-chef_gem', '= 0.0.5', :supermarket
cookbook 'mysql-chef_gem', '= 0.0.5'
knife supermarket install mysql-chef_gem
knife supermarket download mysql-chef_gem
README
Dependencies
Changelog
Quality 100%

Mysql chef gem Cookbook

Making custom Chef resource mysql chef gem.

Scope

This cookbook is concerned with mysql chef gem.
This cookbook does not do everything.

Requirements

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

Resources / Providers

mysql_chef_gem

The mysql_chef_gem resource configures things.

Example

mysql_chef_gem 'default' do
  action :install
end

Recipes

mysql_chef_gem::default

This recipe calls a mysql_chef_gem resource, passing parameters
from node attributes.

Usage

The crossplat_thing resource is designed to do things.

run_list

Include 'recipe[mysql_chef_gem::default]'

Wrapper cookbook

node.default['mysql_chef_gem']['an_attribute'] = 'Chef'

include_recipe 'mysql_chef_gem::default'

ruby_block 'wat' do
  notifies :restart, mysql_chef_gem[wat]'
end

Used directly in a recipe

mysql_chef_gem 'wat' do
  action :create
end

ruby_block 'wat' do
  notifies :restart, mysql_chef_gem[wat]'
end

Attributes

default['mysql_chef_gem']['resource_name'] = 'default'
default['mysql_chef_gem']['an_attribute'] = 'chef'

License & Authors

Copyright:: 2009-2014 Chef Software, Inc

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

mysql-chef_gem CHANGELOG

This file is used to list changes made in each version of the mysql-chef_gem cookbook.

v0.0.5 (2014-09-26)

  • Reverting installation of ruby dev packages

v0.0.4 (2014-09-22)

  • Fixing some bugs in the README
  • Adding more development packages

v0.0.2 (2014-03-31)

Initial Release

v0.0.1 (2014-03-28)

  • Initial release

Foodcritic Metric
            

0.0.5 passed this metric