Skip to content

Commit

Permalink
commenting metadata.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Nov 3, 2013
1 parent 1536eef commit 87695f0
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,28 @@
recipe 'mysql::server', 'Installs packages required for mysql servers w/o manual intervention'
recipe 'mysql::server_ec2', 'Performs EC2-specific mountpoint manipulation'

# actually tested on
supports 'redhat'
supports 'amazon'
supports 'debian'
supports 'centos'
supports 'fedora'
supports 'debian'
supports 'ubuntu'

# code bits around, untested. remove?
supports 'freebsd'
supports 'mac_os_x'
supports 'redhat'
supports 'scientific'
supports 'suse'
supports 'ubuntu'
supports 'windows'

depends 'openssl', '~> 1.1'
depends 'build-essential', '~> 1.4'

# wat
suggests 'homebrew'
suggests 'windows'

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

0 comments on commit 87695f0

Please sign in to comment.