forked from cloudops/cookbook_cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
22 lines (18 loc) · 650 Bytes
/
Copy pathmetadata.rb
File metadata and controls
22 lines (18 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name 'cloudstack'
maintainer 'CloudOps, Inc.'
maintainer_email 'pdion@cloud.ca'
license 'Apache-2.0'
description 'Installs/Configures cloudstack'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '6.1.0'
source_url 'https://github.com/cloudops/cookbook_cloudstack'
issues_url 'https://github.com/cloudops/cookbook_cloudstack/issues'
depends 'yum', '> 3.0'
depends 'apt', '> 2.0'
depends 'mysql', '~> 8.0'
depends 'sudo', '>= 2.6.0'
supports 'centos'
supports 'redhat'
supports 'debian'
supports 'ubuntu'
chef_version '>= 12.9' if respond_to?(:chef_version)