Added ability to specify PID when configuring OSGi items. This allows multiple definitions, when more than one AEM instance exists on a server.
Added support for Dispatcher module, Dispatcher Farms, and OSGi configurations. Significant testing updates. Also significant updates to documentation and examples.
- New
aem::dispatcher
Class for managing Dispatcher module - New
aem::dispatcher::farm
defines for defining a Dispatcher farm instance - New
aem::osgi::config
defines for creating and managing OSGi Configurations
Adding service support; AEM instances are now automatically service enabled and started. All license types are included in resource lifecycle.
- New
aem::instance
property: status. - New
aem::service
defines. See documentation on use.
Bug fix release.
Moved start file to templates folder to fix issue with module build.
Fully functional AEM installation module management. Installs and allows changing of standard AEM run configuration options.
Now works in Master/Agent environment. Redesigned implementation to use DSL over custom types.
Fully functional AEM installation module management. Installs and allows changing of standard AEM run configuration options.
- README Updates.
- Significant unit test implementations.
- Support parameters:
context_root
,debug_port
,group
,jvm_mem_opts
,jvm_opts
,port
,runmodes
,samplecontent
,snooze
,timeout
,user
,version
. - Numerous bug fixes.
Initial release of functionality supporting definition and management of an AEM Installation.
- Specify
type
anduser
.