voxpupuli/puppet-mysql_java_connector

Name: puppet-mysql_java_connector

Owner: Vox Pupuli

Description: This module manages the MySQL Java Connector (Connector/J).

Created: 2015-02-22 17:34:15.0

Updated: 2018-05-23 05:56:14.0

Pushed: 2018-05-23 05:56:13.0

Homepage: https://forge.puppet.com/puppet/mysql_java_connector

Size: 148

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

MySQL Java Connector module for Puppet

Build Status Code Coverage Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores

Table of Contents

Build Status

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with mysql_java_connector
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module
Overview

This module installs the upstream MySQL Java Connector (Connector/J).

Module Description

Installs the upstream MySQL Java Connector (Connector/J). This is often required as many operating systems either ship outdated or broken versions by default.

Setup
What mysql_java_connector affects
Beginning with mysql_java_connector
clude ::mysql_java_connector
Usage

Create soft links to the mysql connector for use with applications:

ass { 'mysql_java_connector':
links  => [ '/opt/tomcat_app/lib', '/opt/jboss_app/lib' ]

Most useful available parameters:

ass { 'mysql_java_connector':
links       => [ '/opt/tomcat_app/lib', '/opt/jboss_app/lib' ],
version     => '4.99.111',
installdir  => '/opt/custom',
downloadurl => 'http://example.co.za',

Reference
Classes
Public Classes Private Classes Private Definitions
Parameters
ensure

Ensure the MySQL connector is installed. Defaults to present.

version

Specifies the version of MySQL Java Connector you would like installed. Defaults to '5.1.40'

product

Product name, defaults to 'mysql-connector-java'

format

The default file format of the MySQL Java Connector install file, defaults to tar.gz

installdir

Installation directory of the MySQL connector. Defaults to '/opt/MySQL-connector'

downloadurl

Defaults to http://dev.mysql.com/Downloads/Connector-J

proxy_server

Optional proxy server to use, with port number if needed. ie: https://example.com:8080.

proxy_type

Proxy server type (none|http|https|ftp)

links

Directories to create softlinks to mysql connector file for use within applications. Defaults to an empty array. Must be an array.

Limitations

This should be compatible with Linux distributions. Tested on:

Development

See CONTRIBUTING.md


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.