diff --git a/metadata.rb b/metadata.rb index bcbde7a..fd393f8 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,6 +6,16 @@ long_description 'Installs/Configures consul-template' version '0.6.5' +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 'ubuntu', '= 12.04' +supports 'debian', '= 7.7' +supports 'debian', '= 6.0.10' +supports 'centos', '= 6.5' depends 'ark' depends 'golang', '~> 1.4.0'