cookbook 'mysql-chef_gem', '= 0.0.5'
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.
mysql-chef_gem (4) Versions 0.0.5 Follow9
Provides the mysql_chef_gem resource
cookbook 'mysql-chef_gem', '= 0.0.5', :supermarket
knife supermarket install mysql-chef_gem
knife supermarket download mysql-chef_gem
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
- Author:: Sean OMeara (someara@opscode.com)
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
0.0.5 passed this metric