forked from sensu/sensu-chef
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
37 lines (30 loc) · 879 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
name "sensu"
maintainer "Sonian, Inc."
maintainer_email "[email protected]"
license "Apache 2.0"
description "Installs/Configures Sensu"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "2.11.0"
# available @ http://supermarket.chef.io/cookbooks/apt
depends "apt"
# available @ http://supermarket.chef.io/cookbooks/yum
depends "yum"
# available @ http://supermarket.chef.io/cookbooks/windows
depends "windows", ">= 1.8.8"
# available @ http://supermarket.chef.io/cookbooks/rabbitmq
depends "rabbitmq", ">= 2.0.0"
# available @ http://supermarket.chef.io/cookbooks/redisio
depends "redisio", ">= 1.7.0"
# available @ https://supermarket.chef.io/cookbooks/chef-vault
suggests "chef-vault", ">= 1.3.1"
%w[
ubuntu
debian
centos
redhat
fedora
amazon
windows
].each do |os|
supports os
end