Files
cookbook-monasca-api/metadata.rb
Craig Bryant eb7b56fc50 Require the user to supply Vertica JDBC jar
Vertica JDBC jar can't be redistributed so require user to place jar
in directory where vagrant up is done. This cookbook will then
place the jar in the correct place.

Also, updated maintainer information in metadata.rb

Change-Id: I426d9585b4564872b5ad43eed4e2082148b5597b
2014-08-18 07:20:52 -06:00

10 lines
312 B
Ruby

# encoding: UTF-8#
#
name 'mon_api'
maintainer 'Monasca Team'
maintainer_email 'monasca@lists.launchpad.net'
license 'All rights reserved'
description 'Installs/Configures mon_api'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.0.13'