forked from elijah/chef-prometheus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
25 lines (22 loc) · 732 Bytes
/
metadata.rb
File metadata and controls
25 lines (22 loc) · 732 Bytes
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
name 'prometheus'
maintainer 'Elijah Wright'
maintainer_email 'elijah.wright@gmail.com'
license 'Apache 2.0'
description 'Installs/Configures Prometheus'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.6.4'
source_url 'https://github.com/elijah/chef-prometheus'
issues_url 'https://github.com/elijah/chef-prometheus/issues'
chef_version '>= 12.15.25' if respond_to?(:chef_version)
%w(ubuntu debian centos redhat fedora).each do |os|
supports os
end
depends 'apt'
depends 'yum'
depends 'build-essential'
depends 'runit', '>= 1.5'
depends 'ark'
depends 'golang'
depends 'compat_resource'
# this should really be a suggests
depends 'bluepill', '~> 2.3'