Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lsst-it/puppet-foreman_envsync
Manage foreman_envsync
https://github.com/lsst-it/puppet-foreman_envsync
deployment puppet puppet-module
Last synced: 4 months ago
JSON representation
Manage foreman_envsync
- Host: GitHub
- URL: https://github.com/lsst-it/puppet-foreman_envsync
- Owner: lsst-it
- License: other
- Created: 2022-08-22T20:19:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T18:53:59.000Z (5 months ago)
- Last Synced: 2024-10-01T05:23:27.083Z (4 months ago)
- Topics: deployment, puppet, puppet-module
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# foreman_envsync
## Table of Contents
1. [Overview](#overview)
1. [Description](#description)
1. [Usage - Configuration options and additional functionality](#usage)
1. [Reference - An under-the-hood peek at what the module is doing and how](#reference)## Overview
Manage `foreman_envsync`.
## Description
This module installs a wrapper script to execute
[`foreman_envsync`](https://github.com/lsst-it/foreman_envsync) as an OCI
container. The default OCI image used is
[`ghcr.io/lsst-it/foreman_envsync`](ghcr.io/lsst-it/foreman_envsync).## Usage
### Default version
```puppet
include foreman_envsync
```### Explicit Version
```puppet
class { 'foreman_envsync':
image => 'foo/bar',
tag => 'baz',
}
```## Reference
See [REFERENCE](REFERENCE.md)