logankoester / chef-mariadb

Chef cookbook for MariaDB (MySQL implementation)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cookbook must be renamed

logankoester opened this issue · comments

I have had to pin the database cookbook dependency to 2.3.1, because newer versions rely on a mysql2_chef_gem provider from another cookbook coincidentally also called mariadb.

In order to update to the latest database version, this cookbook should be renamed (perhaps something like "database-wrapper"), and it should delegate its basic install/configure/etc responsibilities to the "official" mariadb, while continuing to manage creating databases from descriptions found in data bags.