-
Notifications
You must be signed in to change notification settings - Fork 280
/
metadata.rb
45 lines (37 loc) · 1.08 KB
/
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
39
40
41
42
43
44
45
name "sensu"
maintainer "Heavy Water Operations"
maintainer_email "support@sensuapp.com"
license "Apache-2.0"
description "Installs/Configures Sensu"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "6.0.0"
# available @ https://supermarket.chef.io/cookbooks/windows
depends "windows", ">= 1.36"
# available @ https://supermarket.chef.io/cookbooks/ms_dotnet
depends "ms_dotnet", ">= 2.6.1"
# available @ https://supermarket.chef.io/cookbooks/rabbitmq
depends "rabbitmq", ">= 2.0.0"
# available @ https://supermarket.chef.io/cookbooks/redisio
depends "redisio", ">= 2.7.0"
# available @ https://supermarket.chef.io/cookbooks/chef-vault
suggests "chef-vault", ">= 1.3.1"
# available @ https://supermarket.chef.io/cookbooks/zypper
suggests "zypper", ">= 0.4.0"
%w[
aix
ubuntu
debian
centos
redhat
fedora
scientific
oracle
amazon
suse
windows
].each do |os|
supports os
end
source_url 'https://github.com/sensu/sensu-chef'
issues_url 'https://github.com/sensu/sensu-chef/issues'
chef_version '>= 13.3'