Skip to content

Commit 32f529a

Browse files
committed
Fixing documentation.
1 parent 6945cb6 commit 32f529a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,8 @@ For more options and detailed explanations, please see the [Puppet AEM Wiki][wik
9494
- [Define: aem::package](#define-aempackage)
9595
- [Define: aem::config](#define-aemconfig)
9696
- **[Private Types][]**
97-
- [Type: aem::Aem_Installer](#type-aemaem_installer)
97+
- [Type: Aem_Installer](#type-aem_installer)
98+
- [Type: Aem_Osgi_Config](#type-aem_osgi_config)
9899

99100
### Public Defines
100101

@@ -147,6 +148,9 @@ Optional. Sets whether or not this instance will manage the defined home directo
147148
##### `manage_user`
148149
Optional. Sets whether or not this instance will manage the defined user. Valid options: `true` or `false`. Default: `true`.
149150

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+
150154
##### `port`
151155
Optional. Specifies the port on which AEM will listen. Valid options: any valid port. Default: 4502. [Sling documentation][Sling command-line-options]
152156

@@ -243,7 +247,7 @@ Optional. Sets the user for for file ownership. Valid options: any valid user. D
243247

244248
Manages an AEM OSGi Configuration; allows for saving Service/Component configurations via a file or posted to the Felix Web Console.
245249

246-
** Parameters within `aem::osgi::console`:**
250+
** Parameters within `aem::osgi::config`:**
247251

248252
##### `name`
249253
Namevar. Required. Specifies the name of the AEM OSGi Configuration. This should be the Service PID. [Apache Felix Documentation][Felix Configuration]

0 commit comments

Comments
 (0)