Showing with 4 additions and 6 deletions.
  1. +1 −1 CHANGELOG.md
  2. +2 −4 README.md
  3. +1 −1 metadata.json
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Supported Release 1.4.0
## Supported Release 1.4.1
###Summary

Small release for bug with multiple Realms in the same parent path.
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,13 +257,11 @@ Determines whether to create the specified user, if it doesn't exist. Uses Puppe

#####`purge_connectors`

Specifies whether to purge any unmanaged Connector elements that match
defined protocol but have a different port
from the configuration file. Valid options: 'true' and 'false'. Default: 'false'.
Specifies whether to purge any unmanaged Connector elements that match defined protocol but have a different port from the configuration file. Valid options: 'true' and 'false'. Default: 'false'.

#####`purge_realms`

Specifies whether to purge any unmanaged Realm elements from the configuration file. Valid options: 'true' and 'false'. Default: 'false'. If two Realms are defined for a specific server config only use purge_realms for the first realm and ensure the realms enforce a strict order between each other.
Specifies whether to purge any unmanaged realm elements from the configuration file. Valid options: 'true' and 'false'. Default: 'false'. If two realms are defined for a specific server config only use purge_realms for the first realm and ensure the realms enforce a strict order between each other.

#####`user`

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-tomcat",
"version": "1.4.0",
"version": "1.4.1",
"author": "puppetlabs",
"summary": "Installs, deploys, and configures Apache Tomcat web services.",
"license": "Apache 2.0",
Expand Down