mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-08 05:58:27 +00:00
22 lines
423 B
Ruby
22 lines
423 B
Ruby
name 'mysql'
|
|
maintainer 'Chef Software, Inc.'
|
|
maintainer_email 'cookbooks@getchef.com'
|
|
license 'Apache 2.0'
|
|
description 'Provides mysql_service and mysql_client resources'
|
|
|
|
version '5.5.3'
|
|
|
|
supports 'amazon'
|
|
supports 'redhat'
|
|
supports 'centos'
|
|
supports 'scientific'
|
|
supports 'fedora'
|
|
supports 'debian'
|
|
supports 'ubuntu'
|
|
supports 'smartos'
|
|
supports 'omnios'
|
|
supports 'freebsd'
|
|
supports 'suse'
|
|
|
|
depends 'yum-mysql-community'
|