Skip to content

lsst-it/puppet-foreman_envsync

Repository files navigation

foreman_envsync

Table of Contents

  1. Overview
  2. Description
  3. Usage - Configuration options and additional functionality
  4. 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