File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1010recipe 'mysql::server' , 'Installs packages required for mysql servers w/o manual intervention'
1111recipe 'mysql::server_ec2' , 'Performs EC2-specific mountpoint manipulation'
1212
13+ # actually tested on
14+ supports 'redhat'
1315supports 'amazon'
14- supports 'debian'
1516supports 'centos'
16- supports 'fedora'
17+ supports 'debian'
18+ supports 'ubuntu'
19+
20+ # code bits around, untested. remove?
1721supports 'freebsd'
1822supports 'mac_os_x'
19- supports 'redhat'
2023supports 'scientific'
2124supports 'suse'
22- supports 'ubuntu'
2325supports 'windows'
2426
2527depends 'openssl' , '~> 1.1'
2628depends 'build-essential' , '~> 1.4'
2729
30+ # wat
2831suggests 'homebrew'
2932suggests 'windows'
3033
34+ # remove all these attributes from metadata?
3135attribute 'mysql/server_root_password' ,
3236 :display_name => 'MySQL Server Root Password' ,
3337 :description => 'Randomly generated password for the mysqld root user' ,
You can’t perform that action at this time.
0 commit comments