forked from sous-chefs/consul
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
28 lines (23 loc) · 802 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
name 'consul'
maintainer 'John Bellone'
maintainer_email 'jbellone@bloomberg.net'
license 'Apache v2.0'
description 'Installs/Configures Consul client, server and UI.'
long_description 'Installs/Configures Consul client, server and UI.'
version '0.9.1'
recipe 'consul', 'Installs and starts consul service.'
recipe 'consul::install_binary', 'Installs consul service from binary.'
recipe 'consul::install_source', 'Installs consul service from source.'
recipe 'consul::ui', 'Installs consul ui service.'
%w(redhat centos).each do |name|
supports name, '~> 7.0'
supports name, '~> 6.5'
end
supports 'ubuntu', '= 12.04'
supports 'ubuntu', '= 14.04'
supports 'arch'
recommends 'chef-provisioning'
depends 'libarchive', "~> 0.4.0"
depends 'golang', '~> 1.4'
depends 'runit'
depends 'yum-repoforge'