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

L7-mysql (10) Versions 1.0.3

Installs/Configures MySQL server

Policyfile
Berkshelf
Knife
cookbook 'L7-mysql', '= 1.0.3', :supermarket
cookbook 'L7-mysql', '= 1.0.3'
knife supermarket install L7-mysql
knife supermarket download L7-mysql
README
Dependencies
Quality 0%

L7-mysql cookbook

Build Status
security
Cookbook Version

Description

Installs/Configures MySQL via Opscode Chef

Supported Platforms

  • Ubuntu 14.04+
  • Debian 7.0+

Providers

  • L7_mysql_server - Configures mysql instance

Usage

Provider parameters:

A mysql instance with custom parameters:

L7_mysql_server 'mysql-example' do
    port '3306'
    event_scheduler 'on'
    innodb_file_format 'Barracuda'
    log_warnings 1
    bind_address '0.0.0.0'
    default_instance true
    innodb_buffer_pool_populate 1
end

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

  • Freely distributable and licensed under the MIT license.
  • Copyright (c) 2016 Gabor Szelcsanyi

image

Dependent cookbooks

cron >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Foodcritic Metric
            

1.0.3 failed this metric

FC009: Resource attribute not recognised: /tmp/cook/d45b23c865e8c35ee9ea9726/L7-mysql/providers/server.rb:88
FC009: Resource attribute not recognised: /tmp/cook/d45b23c865e8c35ee9ea9726/L7-mysql/providers/server.rb:93
FC017: LWRP does not notify when updated: /tmp/cook/d45b23c865e8c35ee9ea9726/L7-mysql/providers/server.rb:5