cookbook 'L7-mysql', '= 1.0.4'
L7-mysql (10) Versions 1.0.4 Follow0
Installs/Configures MySQL server
cookbook 'L7-mysql', '= 1.0.4', :supermarket
knife supermarket install L7-mysql
knife supermarket download L7-mysql
L7-mysql cookbook
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:
url
: url for mysql binary tgz (default: http://www.percona.com/redir/downloads/Percona-Server-5.5/Percona-Server-5.5.30-30.1/binary/linux/x86_64/Percona-Server-5.5.30-rel30.1-465.Linux.x86_64.tar.gz)
It is important to define your own binary source address beacause this might be changed in future releases!TODO
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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
- Freely distributable and licensed under the MIT license.
- Copyright (c) 2016 Gabor Szelcsanyi
Dependent cookbooks
cron >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Foodcritic Metric
1.0.4 failed this metric
FC009: Resource attribute not recognised: /tmp/cook/d43ad840a267205928980159/L7-mysql/providers/server.rb:88
FC009: Resource attribute not recognised: /tmp/cook/d43ad840a267205928980159/L7-mysql/providers/server.rb:93
FC017: LWRP does not notify when updated: /tmp/cook/d43ad840a267205928980159/L7-mysql/providers/server.rb:5
1.0.4 failed this metric
FC009: Resource attribute not recognised: /tmp/cook/d43ad840a267205928980159/L7-mysql/providers/server.rb:93
FC017: LWRP does not notify when updated: /tmp/cook/d43ad840a267205928980159/L7-mysql/providers/server.rb:5