Releases: simp/pupmod-simp-simp_apache
Releases · simp/pupmod-simp-simp_apache
Release of 7.6.0
Release of 7.6.0
- Add EL9 support
Release of 7.5.0
Release of 7.5.0
- [puppetsync] Update module dependencies to support simp-iptables 7.x
Release of 7.4.0
Release of 7.4.0
- [puppetsync] Updates for Puppet 8
- These updates may include the following:
- Update Gemfile
- Add support for Puppet 8
- Drop support for Puppet 6
- Update module dependencies
- These updates may include the following:
Release of 7.2.0
- Add RockyLinux 8 support
Release of 7.1.0
- Fixed
- Ensure that all file resources that manage more than permissions have an
'ensure' attribute - See PUP-7599
- Changed
- Moved the 'magic' file into an EPP template to work better with Bolt
- Removed support for Puppet 5
- Ensured support for Puppet 7 in requirements and stdlib
Release of 7.0.2
- Use systemd to reload/restart the httpd service.
- Expanded simp/rsyslog dependendency range to < 9.0.0.
- Removed EL6 from supported OSes
Release of 7.0.1
* Thu Nov 05 2020 Trevor Vaughan <[email protected]> - 7.0.1-0 - Default to only TLS1.2
Release of 6.2.0
* Wed Jul 24 2019 Trevor Vaughan <[email protected]> - 6.2.0-0 - Split out service management into a `simp_apache::service` class - Provide users with a Hiera-driveable option to not manage the service - Add REFERENCE.md * Wed Jul 17 2019 Robert Vincent <[email protected]> - 6.2.0-0 - Ensure that the simp_apache::munge_httpd_networks does not attempt to modify passed parameters. * Thu Jun 06 2019 Steven Pritchard <[email protected]> - 6.2.0-0 - Add v2 compliance_markup data - Drop support for Puppet 4 - Add support for Puppet 6 - Add support for puppetlabs-stdlib 6
Release of 6.1.3
* Mon Mar 25 2019 Jim Anderson <[email protected]> - 6.1.3-0 - Added command to force purging of the conf/ and conf.d/ folders in /etc/httpd.
Release of 6.1.1
* Wed Feb 13 2019 Liz Nemsick <[email protected]> - 6.1.1-0 - Use simplib::passgen() in lieu of passgen(), a deprecated simplib Puppet 3 function. - Use simplib::nets2cidr in simp_apache::munge_httpd_networks in in lieu of nets2cidr(), a deprecated simplib Puppet 3 function. - Use simplib::ipaddresses in lieu of ipaddresses(), a deprecated simplib Puppet 3 function. - Update the upper bound of stdlib to < 6.0.0 - Update a URL in the README.md