/puppet-aem-curator

Puppet module for installing and configuring a curated set of Adobe Experience Manager (AEM) components

Primary LanguagePuppetApache License 2.0Apache-2.0

Build Status Published Version Downloads Count

Puppet AEM Curator

A Puppet module for installing and configuring a curated set of Adobe Experience Manager (AEM) components.

This module supports AEM installation for various versions along with a combination of Service Packs, Cumulative Fix Packs, and hotfixes. Those combinations are bundled into what this module calls AEM Profiles.

Other than AEM installation, it also supports some common AEM management events:

  • Deployment of a single AEM package or a single Dispatcher package
  • Deployment of multiple AEM packages and Dispatcher packages declared in a descriptor file
  • Enable and disable CRXDE
  • Promote an AEM Author Standby to AEM Author Primary
  • Flush AEM Dispatcher cache
  • Export a single AEM package for backup
  • Export multiple AEM packages for backup, declared in a descriptor file
  • Import a single backup AEM package
  • List AEM packages

Install

puppet module install shinesolutions-aem_curator

Or via a Puppetfile:

mod 'shinesolutions/aem_curator'

If you want to use the master version:

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

Usage

TODO