Version information
released Jan 31st 2023
This version is compatible with:
- Puppet Enterprise 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 2019.8.x
- Puppet >= 6.21.0 < 8.0.0
- ,
Start using this module
Add this module to your Puppetfile:
mod 'lsst-ccs_database', '2.2.0'
Learn more about managing modules with a PuppetfileDocumentation
lsst/ccs_database — version 2.2.0 Jan 31st 2023
ccs_database
Reference
Table of Contents
Classes
ccs_database
: Install sql database service.
Classes
ccs_database
Install sql database service.
Parameters
The following parameters are available in the ccs_database
class:
database
Data type: Optional[String]
String giving name of database to init.
password
Data type: Optional[String]
String giving database password
Default value: undef
Changelog
All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module.
v2.2.0 (2023-01-30)
Implemented enhancements:
v2.1.2 (2022-08-17)
Merged pull requests:
v2.1.1 (2022-08-17)
Merged pull requests:
v2.1.0 (2022-07-15)
Merged pull requests:
v2.0.0 (2022-02-01)
Merged pull requests:
v0.1.0 (2020-06-11)
* This Changelog was automatically generated by github_changelog_generator
Dependencies
- puppetlabs/stdlib (>= 5.0.0 < 9.0.0)
- puppetlabs/mysql (>= 10.0.0 < 13.0.0)