-
Notifications
You must be signed in to change notification settings - Fork 77
/
metadata.rb
27 lines (23 loc) · 1.02 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
name 'consul-template'
maintainer 'Adam Krone'
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs/Configures consul-template'
long_description 'Installs/Configures consul-template'
version '0.13.0'
recipe 'consul-template', 'Installs, configures, and starts the consul-template service.'
recipe 'consul-template::install_binary', 'Installs consul-template from binary.'
recipe 'consul-template::install_source', 'Installs consul-template from source.'
recipe 'consul-template::service', 'Configures and starts the consul-template service.'
supports 'ubuntu', '>= 14.04'
supports 'debian', '>= 8.9'
supports 'centos', '>= 6.9'
supports 'arch'
supports 'windows'
depends 'libarchive'
depends 'golang'
depends 'runit'
depends 'nssm'
issues_url 'https://github.com/adamkrone/chef-consul-template/issues' if respond_to?(:issues_url)
source_url 'https://github.com/adamkrone/chef-consul-template' if respond_to?(:source_url)
chef_version '>= 12.1' if respond_to?(:chef_version)