
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: I0c4ac114a3dbfb63ce8c46c5b6735e04b332bf1b
10 lines
324 B
Ruby
10 lines
324 B
Ruby
# encoding: UTF-8#
|
|
#
|
|
name 'mon_persister'
|
|
maintainer 'Monasca Team'
|
|
maintainer_email 'monasca@lists.launchpad.net'
|
|
license 'All rights reserved'
|
|
description 'Installs/Configures som_persister'
|
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
|
version '0.1.18'
|