switching to librarian to track these

This commit is contained in:
mattray
2012-08-07 21:49:13 -05:00
parent bb87164701
commit 3dd804b845
9 changed files with 194 additions and 498 deletions

View File

@@ -3,19 +3,20 @@ maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs and configures mysql for client or server"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "1.2.6"
version "1.2.7"
recipe "mysql", "Includes the client recipe to configure a client"
recipe "mysql::client", "Installs packages required for mysql clients using run_action magic"
recipe "mysql::server", "Installs packages required for mysql servers w/o manual intervention"
recipe "mysql::server_ec2", "Performs EC2-specific mountpoint manipulation"
%w{ debian ubuntu centos suse fedora redhat scientific amazon freebsd windows }.each do |os|
%w{ debian ubuntu centos suse fedora redhat scientific amazon freebsd windows mac_os_x }.each do |os|
supports os
end
depends "build-essential"
depends "openssl"
depends "windows"
suggests "homebrew"
suggests "windows"
attribute "mysql/server_root_password",
:display_name => "MySQL Server Root Password",
@@ -42,6 +43,11 @@ attribute "mysql/ec2_path",
:description => "Location of mysql directory on EC2 instance EBS volumes",
:default => "/mnt/mysql"
attribute "mysql/reload_action",
:display_name => "MySQL conf file reload action",
:description => "Action to take when mysql conf files are modified",
:default => "reload"
attribute "mysql/tunable",
:display_name => "MySQL Tunables",
:description => "Hash of MySQL tunable attributes",