Skip to content

Commit

Permalink
Update docs for parameter wildfly::install_source
Browse files Browse the repository at this point in the history
  • Loading branch information
EmersonPrado committed Jan 3, 2024
1 parent f7ea093 commit 4ceaa6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Variant[Pattern[/^file:\/\//],
]
```

Source of Wildfly tarball installer.
Custom source of Wildfly tarball installer. Defaults to standard Wildfly repositories.

Default value: `undef`

Expand Down
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# @param install_cache_dir The directory to be used for wget cache.
# @param deploy_cache_dir The directory to be used for deployment cache.
# @param install_download_timeout Sets the timeout for installer download.
# @param install_source Source of Wildfly tarball installer.
# @param install_source Custom source of Wildfly tarball installer. Defaults to standard Wildfly repositories.
# @param java_home Sets the `JAVA_HOME` for Wildfly.
# @param java_opts Sets `JAVA_OPTS`, allowing to override several Java params, like `Xmx`, `Xms` and `MaxMetaspaceSize`,
# @param java_xmx Sets Java's `-Xmx` parameter.
Expand Down

0 comments on commit 4ceaa6a

Please sign in to comment.