-
Notifications
You must be signed in to change notification settings - Fork 36
/
metadata.rb
38 lines (32 loc) · 979 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
34
35
36
37
38
name 'appdynamics'
version '0.4.0'
maintainer 'AppDynamics'
maintainer_email '[email protected]'
description 'Installs and configures AppDynamics agents'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
source_url 'https://github.com/appdynamics/appdynamics-cookbooks' if respond_to?(:source_url)
issues_url 'https://github.com/appdynamics/appdynamics-cookbooks/issues' if respond_to?(:issues_url)
depends 'windows', '>= 1.44.3'
depends 'python', '~> 1.4.6'
depends 'nodejs', '~> 2.4.4'
depends 'java', '~> 1.42.0'
depends 'apt', '~> 3.0.0'
depends 'powershell', '~> 3.0.0'
depends 'ark', '~> 1.1.0'
# Red Hat
supports 'amazon'
supports 'centos'
supports 'fedora'
supports 'oracle'
supports 'redhat'
supports 'scientific'
# Debian
supports 'debian'
supports 'linuxmint'
supports 'ubuntu'
# Mac
supports 'mac_os_x'
supports 'mac_os_x_server'
# Windows
supports 'mswin'
supports 'windows'