Forge Home

aem_orchestrator

Puppet module for provisioning Shine Solutions AEM Orchestrator

12,449 downloads

183 latest version

4.7 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 2.0.1 (latest)
  • 1.4.1
  • 1.4.0
  • 1.3.1
  • 1.3.0
  • 1.2.0
  • 1.1.0
  • 1.0.0
  • 0.9.4
released Aug 6th 2023
This version is compatible with:
  • Puppet Enterprise 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 < 8.0.0
  • ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'shinesolutions-aem_orchestrator', '2.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add shinesolutions-aem_orchestrator
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install shinesolutions-aem_orchestrator --version 2.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

shinesolutions/aem_orchestrator — version 2.0.1 Aug 6th 2023

Build Status

shinesolutions-aem_orchestrator

Description

A Puppet module for provisioning the Shine Solutions AEM Orchestrator.

Setup

Setup Requirements

If you want to use an S3 URL ( s3://bucket/path ) for the jar file source, you'll need to have the AWS CLI installed and configured so root can run the command below without error. This means you'll need to ensure AWS default credentials are configured correctly. Information on how to set them up is detailed in [the AWS CLI docs.] (http://docs.aws.amazon.com/cli/latest/topic/config-vars.html)

aws s3 cp <url> /tmp/jar.tmp

Beginning with shinesolutions-aem_orchestrator

Install the module using the puppet command:

puppet module install shinesolutions-aem_orchestrator

Or via a Puppetfile:

mod 'shinesolutions-aem_orchestrator'

Or uf you want to use the newest code from git:

mod 'shinesolutions-aem_orchestrator', :git => 'https://github.com/shinesolutions/puppet-aem-orchestrator'

Then just include the module in your Puppet code:

include aem_orchestrator

Usage

Parameters can be set with Hiera. See the defaults in data/common.yaml for examples.

Most default parameters are correct, but you will likely need to override the following to point to the AEM Orchestrator jar file:

aem_orchestrator::jarfile_source: (s3|http|file)://(host|bucket)/path/to/aem_orchestrator.jar
aem_orchestrator::jarfile_checksum_value: <sha256 hash of aem_orchestrator.jar>

Reference

The module's classes and their parameters are documented in the comments in each manifest file. HTML documentation generated with puppet strings can be found in the docs/ folder -- which is published on GitHub Pages for easy reference.