Liquibase puppet module.
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with puppet-liquibase
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- 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.
- 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
Classes :
###Class: archive
Compressed archive file download and extraction with native types/providers for Windows and Unix https://forge.puppet.com/modules/puppet/archive
None
If you would like to contribute to this project, you can :
- Fork it
- Create new Pull Request
- Create issue