Skip to content

Commit

Permalink
Adds recipe/support info to metadata.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkrone committed Feb 7, 2015
1 parent f9a3629 commit 4b0104a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 4b0104a

Please sign in to comment.