forked from DataDog/chef-datadog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.rb
31 lines (29 loc) · 796 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
name 'datadog'
maintainer 'Datadog'
maintainer_email 'package@datadoghq.com'
license 'Apache-2.0'
description 'Installs/Configures datadog components'
version '4.16.0'
chef_version '>= 12.7'
source_url 'https://github.com/DataDog/chef-datadog'
issues_url 'https://github.com/DataDog/chef-datadog/issues'
%w[
amazon
centos
debian
fedora
redhat
scientific
ubuntu
windows
suse
].each do |os|
supports os
end
if Chef::VERSION < Gem::Version.new(14)
# The chef_handler cookbook is shipped as part of Chef >= 14,
# so from Chef >= 14 chef_handler cookbook is deprecated.
depends 'chef_handler', '>= 1.2'
end
depends 'apt' # Use '< 6.0.0' with Chef < 12.9
depends 'yum', '>= 3.0' # Use '< 5.0' with Chef < 12.14