/chef-mysql

Chef cookbook for mysql

Primary LanguageRubyMIT LicenseMIT

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