Skip to content

Releases: simp/pupmod-simp-simp_apache

Release of 7.6.0

23 Dec 16:09
3c9b3dd
Compare
Choose a tag to compare

Release of 7.6.0

  • Add EL9 support

Release of 7.5.0

16 Sep 19:25
60c80b6
Compare
Choose a tag to compare

Release of 7.5.0

  • [puppetsync] Update module dependencies to support simp-iptables 7.x

Release of 7.4.0

12 Oct 17:35
8c56efd
Compare
Choose a tag to compare

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

Release of 7.2.0

01 Aug 14:11
d240fb4
Compare
Choose a tag to compare
  • Add RockyLinux 8 support

Release of 7.1.0

09 Jul 12:51
baba670
Compare
Choose a tag to compare
- 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

18 May 12:32
3aa581e
Compare
Choose a tag to compare
  • 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

10 Nov 17:18
dc53170
Compare
Choose a tag to compare
* Thu Nov 05 2020 Trevor Vaughan <[email protected]> - 7.0.1-0
  - Default to only TLS1.2

Release of 6.2.0

01 Aug 18:23
Compare
Choose a tag to compare
* 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

01 May 22:42
Compare
Choose a tag to compare
* 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

18 Mar 17:23
6.1.1
Compare
Choose a tag to compare
* 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