You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -147,6 +148,9 @@ Optional. Sets whether or not this instance will manage the defined home directo
147
148
##### `manage_user`
148
149
Optional. Sets whether or not this instance will manage the defined user. Valid options: `true` or `false`. Default: `true`.
149
150
151
+
##### `osgi_configs`
152
+
Optional. Creates *file* type definitions of `aem::osgi::config` which will be applied prior to inital AEM start. Valid options: Hash or Array of Hash configurations.
153
+
150
154
##### `port`
151
155
Optional. Specifies the port on which AEM will listen. Valid options: any valid port. Default: 4502. [Sling documentation][Sling command-line-options]
152
156
@@ -243,7 +247,7 @@ Optional. Sets the user for for file ownership. Valid options: any valid user. D
243
247
244
248
Manages an AEM OSGi Configuration; allows for saving Service/Component configurations via a file or posted to the Felix Web Console.
245
249
246
-
** Parameters within `aem::osgi::console`:**
250
+
** Parameters within `aem::osgi::config`:**
247
251
248
252
##### `name`
249
253
Namevar. Required. Specifies the name of the AEM OSGi Configuration. This should be the Service PID. [Apache Felix Documentation][Felix Configuration]
0 commit comments