Version information
This version is compatible with:
- Puppet Enterprise 2023.8.x, 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 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
- Puppet >= 7.0.0 < 9.0.0
- ,
Start using this module
Add this module to your Puppetfile:
mod 'lsst-foreman_envsync', '2.1.0'
Learn more about managing modules with a PuppetfileDocumentation
foreman_envsync
Table of Contents
- Overview
- Description
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
Overview
Manage foreman_envsync
.
Description
This module installs a wrapper script to execute
foreman_envsync
as an OCI
container. The default OCI image used is
ghcr.io/lsst-it/foreman_envsync
.
Usage
Default version
include foreman_envsync
Explicit Version
class { 'foreman_envsync':
image => 'foo/bar',
tag => 'baz',
}
Reference
See REFERENCE
Reference
Table of Contents
Classes
foreman_envsync
: Install foreman_envsync
Classes
foreman_envsync
Install foreman_envsync
Parameters
The following parameters are available in the foreman_envsync
class:
image
Data type: String[1]
OCI image to use
Default value: 'ghcr.io/lsst-it/foreman_envsync'
image_tag
Data type: String[1]
OCI image tag to use
Default value: 'latest'
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.1.0 (2023-08-22)
Implemented enhancements:
v2.0.0 (2023-06-23)
Breaking changes:
Implemented enhancements:
v1.2.0 (2023-03-16)
Implemented enhancements:
v1.1.0 (2023-01-31)
Implemented enhancements:
v1.0.0 (2022-08-23)
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator
Dependencies
- puppetlabs/stdlib (>= 5.0.0 < 10.0.0)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.