forked from mburns/statsd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
25 lines (21 loc) · 834 Bytes
/
metadata.rb
File metadata and controls
25 lines (21 loc) · 834 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 'statsd'
maintainer 'Michael Burns'
maintainer_email 'michael@mirwin.net'
license 'Apache-2.0'
description 'Installs/Configures statsd'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.5'
chef_version '>= 12' if respond_to?(:chef_version)
depends 'build-essential'
depends 'git'
depends 'nodejs'
supports 'debian'
supports 'ubuntu', '>= 12.04'
supports 'redhat'
supports 'centos'
recipe 'statsd::default', 'Writes configuration file'
recipe 'statsd::debian', 'Builds and installs dpkg (ubuntu, debian)'
recipe 'statsd::rhel', 'Builds and installs rpm (Redhat, Centos, Fedora)'
recipe 'statsd::service', 'Configures init and service'
source_url 'https://github.com/mburns/statsd' if respond_to?(:source_url)
issues_url 'https://github.com/mburns/statsd/issues' if respond_to?(:issues_url)