forked from Appdynamics/appdynamics-cookbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
38 lines (32 loc) · 893 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.2.4'
maintainer 'AppDynamics'
maintainer_email 'help@appdynamics.com'
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'
depends 'python'
depends 'nodejs'
depends 'java'
depends 'apt'
depends 'powershell'
depends 'ark'
# 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'