Skip to content

Commit 87695f0

Browse files
author
Sean OMeara
committed
commenting metadata.rb
1 parent 1536eef commit 87695f0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

metadata.rb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,28 @@
1010
recipe 'mysql::server', 'Installs packages required for mysql servers w/o manual intervention'
1111
recipe 'mysql::server_ec2', 'Performs EC2-specific mountpoint manipulation'
1212

13+
# actually tested on
14+
supports 'redhat'
1315
supports 'amazon'
14-
supports 'debian'
1516
supports 'centos'
16-
supports 'fedora'
17+
supports 'debian'
18+
supports 'ubuntu'
19+
20+
# code bits around, untested. remove?
1721
supports 'freebsd'
1822
supports 'mac_os_x'
19-
supports 'redhat'
2023
supports 'scientific'
2124
supports 'suse'
22-
supports 'ubuntu'
2325
supports 'windows'
2426

2527
depends 'openssl', '~> 1.1'
2628
depends 'build-essential', '~> 1.4'
2729

30+
# wat
2831
suggests 'homebrew'
2932
suggests 'windows'
3033

34+
# remove all these attributes from metadata?
3135
attribute 'mysql/server_root_password',
3236
:display_name => 'MySQL Server Root Password',
3337
:description => 'Randomly generated password for the mysqld root user',

0 commit comments

Comments
 (0)