Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.77 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.77 KB

liquibase

Build Status

Liquibase puppet module.

Table of Contents

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

##Overview

This module installs and makes basic configs for liquibase.

##Module Description

Liquibase, is an open source database-independent library for tracking, managing and applying database schema changes.

This module is in charge of installing a given version of liquibase tool, percona-plugin and jdbc mysql drivers to connect to main databases. If a version of liquibase (newer or former) is already installed, it will be removed by the module.

Setup requirements

  • archive Class
  • JDK is needed

If you don't redefine staging path, default path will be the one set in the staging module => /opt/apps

This path can be set with :

  • hiera using liquibase::install_root

Reference

Classes :

###Class: archive

Compressed archive file download and extraction with native types/providers for Windows and Unix https://forge.puppet.com/modules/puppet/archive

Limitations

None

Development

If you would like to contribute to this project, you can :