
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
10 lines
312 B
Ruby
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'
|