forked from ajgon/opsworks_ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
33 lines (28 loc) · 1003 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# frozen_string_literal: true
name 'opsworks_ruby'
maintainer 'Igor Rzegocki'
maintainer_email '[email protected]'
license 'MIT'
description 'Set of chef recipes for OpsWorks based Ruby projects'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.17.0'
chef_version '>= 12.0' if respond_to?(:chef_version)
depends 'apt', '< 7.0'
depends 'chef_client_updater'
depends 'deploy_resource'
depends 'logrotate', '2.2.1' # 2.2.2 breaks tests for whatever reason
depends 'nginx', '< 9.0'
depends 'nodejs'
depends 'ohai', '< 5.3'
depends 'ruby-ng'
depends 's3_file'
depends 'sudo'
depends 'yarn'
# indirect dependency, but breaks against the chef_version if updated to 3.1.0
depends 'seven_zip', '~> 2.0'
# indirect dependency required to maintain compatibility with chef 12
depends 'windows', '< 5.0'
supports 'amazon', '>= 2017.03'
supports 'ubuntu', '>= 16.04'
source_url 'https://github.com/ajgon/opsworks_ruby'
issues_url 'https://github.com/ajgon/opsworks_ruby/issues'