Resource Type: aem_osgi_config
- Defined in:
- lib/puppet/type/aem_osgi_config.rb
- Providers:
-
ruby
Overview
This is a private type used to manage OSGi configurations via API calls.
Properties
-
configuration
Properties for the OSGi configuration.
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
Parameters
-
handle_missing
How to handle missing configurations which exist in AEM.
Supported values:- merge
- remove
-
home
The home directory of the AEM installation.
-
name (namevar)
The name of the OSGi configuration. This should be the SID.
-
password
Password used to log into AEM.
-
pid
The Service PID for the OSGi Configuration.
-
provider
The specific backend to use for this ‘aem_osgi_config` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
timeout
(defaults to: 60)
Timeout for a successful AEM start. Default = 60 seconds
Supported values:- /^\d+$/
-
username
Username used to log into AEM.