Resource Type: iop_frontend

Defined in:
lib/puppet/type/iop_frontend.rb
Providers:
shell

Overview

A Puppet type to manage the installation of a frontend application from a container image.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • destination

    The absolute path to the destination directory where the frontend files should be installed.

  • image

    The full name of the container image to pull, including the tag (e.g., “registry.example.com/my-app:latest”).

  • provider

    The specific backend to use for this ‘iop_frontend` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • source_path (defaults to: /srv/dist)

    The path inside the container from which to copy the frontend files.