vagrant works
This commit is contained in:
21
ops/cookbooks/vendor/mysql/metadata.rb
vendored
Normal file
21
ops/cookbooks/vendor/mysql/metadata.rb
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
name 'mysql'
|
||||
maintainer 'Sous Chefs'
|
||||
maintainer_email 'help@sous-chefs.org'
|
||||
license 'Apache-2.0'
|
||||
description 'Provides mysql_service, mysql_config, and mysql_client resources'
|
||||
version '8.6.0'
|
||||
|
||||
%w(redhat centos scientific oracle).each do |el|
|
||||
supports el, '>= 6.0'
|
||||
end
|
||||
|
||||
supports 'amazon'
|
||||
supports 'fedora'
|
||||
supports 'debian', '>= 7.0'
|
||||
supports 'ubuntu', '>= 14.04'
|
||||
supports 'opensuseleap'
|
||||
supports 'suse', '>= 12.0'
|
||||
|
||||
source_url 'https://github.com/sous-chefs/mysql'
|
||||
issues_url 'https://github.com/sous-chefs/mysql/issues'
|
||||
chef_version '>= 12.7'
|
Reference in New Issue
Block a user