Resource Type: aem_installer

Defined in:
lib/puppet/type/aem_installer.rb
Providers:
default

Overview

This is a private type intended to start, monitor, and stop an AEM instance, insuring the repository is created.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • home

    The home directory of the AEM installation.

Parameters

  • name (namevar)

    The name of the AEM Instance.

  • provider

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

  • snooze

    Snooze value for wait when monitoring for AEM state transition during installation. Value is in seconds; default = 10 seconds

    Supported values:
    • /^\d+$/
  • timeout

    Timeout for the start process when monitoring for start and stop. If the system does not enter the necessary state by the timeout, an error is raised. Value is in seconds. Default = 10 minutes

    Supported values:
    • /^\d+$/