This repository has been archived by the owner on Jul 24, 2018. It is now read-only.
Releases: antoineco/aco-tomcat
Releases · antoineco/aco-tomcat
1.5.0
Warning: the host_deployOnStartup
parameter was renamed to host_deployonstartup
(lowercase) in this release. Backward compatibility will be maintained until the next minor release only.
- New
tomcat::userdb_role_entry
defined type to manage roles in the user database (hdeadman) - New
tomcat_users
andtomcat_roles
hash parameters to help the definition of users and roles (hdeadman) - Add support for Engine scoped valves:
engine_valves
parameter (hdeadman) - New parameters
restart_on_change
andfile_mode
(ruriky) - Allow enabling the Security Manager on
archive
installations (hdeadman) - Fix default systemd service type on
archive
installations (hdeadman) - Improve usage of clustering features (SimpleTcpCluster) (hdeadman)
- see undocumented
cluster_*
parameters
- see undocumented
- Fix empty user/group in systemd units
- Encode values in XML templates (scitechfh)
- Set default provider to
curl
forarchive
resources (scitechfh) - Add support for Ubuntu 16.10 (Yakkety), OpenSuSE 42.2, SuSE 12.1
- Update default package versions
1.4.0
Warning the enable_extras
parameter was renamed to extras_enable
in this release. Backward compatibility will be maintained until the next minor release only.
- New parameters:
package_ensure
andextras_package_name
(scitechfh) - New parameters:
checksum_verify
,checksum_type
,checksum
andextras_source
(angrox) - Replace dependency on
puppet/staging
bypuppet/archive
- Align content of systemd templates on current state of official RPM packages (RedHat and derivatives)
- Add support for Ubuntu 16.04 (Xenial), Fedora 24 and Amazon Linux 2016.03
- Drop support for Debian 6 (Squeeze), OpenSuSE 13.1 and below, Fedora 21 and below
- Update default package versions
- Bug fixes:
- parameters left blank in systemd units on some Puppet versions
- work around for PUP-1597 on RHEL 7
- dependency cycle between service and context resources
- file permissions too strict on configuration files
- activation of extras/log4j not working with multi-version setups
- tomcat service not notified of all relevant changes