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.11

Installs/Configures MySQL server

Policyfile
Berkshelf
Knife
cookbook 'L7-mysql', '~> 1.0.11', :supermarket
cookbook 'L7-mysql', '~> 1.0.11'
knife supermarket install L7-mysql
knife supermarket download L7-mysql
README
Dependencies
Quality 17%

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.

Collaborator Number Metric
            

1.0.11 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.0.11 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.0.11 failed this metric

FC009: Resource attribute not recognised: L7-mysql/providers/server.rb:88
FC009: Resource attribute not recognised: L7-mysql/providers/server.rb:93
FC066: Ensure chef_version is set in metadata: L7-mysql/metadata.rb:1
FC074: LWRP should use DSL to define resource's default action: L7-mysql/resources/server.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mysql/providers/server.rb:229
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mysql/providers/server.rb:258
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mysql/providers/server.rb:316
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mysql/providers/server.rb:326
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mysql/providers/server.rb:358
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mysql/providers/server.rb:371
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mysql/providers/server.rb:383
FC085: Resource using new_resource.updated_by_last_action to converge resource: L7-mysql/providers/server.rb:420
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.11 passed this metric

Testing File Metric
            

1.0.11 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.0.11 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number