Skip to content

Releases: simp/pupmod-simp-pupmod

Release of 8.7.2

08 Aug 16:54
cd60601
Compare
Choose a tag to compare

Release of 8.7.2

  • Add a [Install] for puppet_agent.timer (#186)

Release of 8.7.1

18 Jan 04:39
Compare
Choose a tag to compare

Release of 8.7.1

  • Updated hiera.yaml facts to support puppet 8

Release of 8.6.0

11 Oct 18:30
3adf742
Compare
Choose a tag to compare

Release of 8.6.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 8.5.0

07 Sep 18:05
d07107c
Compare
Choose a tag to compare
  • Add AlmaLinux 8 support
    • Add support and fixes for Puppet 8 and stdlib 9
    • Drop support for Puppet 6
    • Update module dependencies
    • Update gem dependencies
    • Clean up Gemfile for rubocop

Release of 8.4.0

01 Aug 01:25
Compare
Choose a tag to compare
  • Add RockyLinux 8 support

Release of 8.3.1

02 Aug 17:10
20edffd
Compare
Choose a tag to compare

Fixed:

  • Bump support of puppetlabs-inifile to < 6

Release of 8.3.0

03 Jun 22:16
ad2a26a
Compare
Choose a tag to compare
  • Update from camptocamp/systemd to puppet/systemd

Release of 8.2.0

26 Aug 19:30
5721040
Compare
Choose a tag to compare
  • Change all instances of pupmod::master adding items to the master section to
    use server instead
  • Update pupmod::conf to automatically switch master to server
  • Automatically remove items from the puppet config in the master section that
    are set in the server section
  • Added pupmod::master::sysconfig::use_code_cache_flushing to reduce excessive
    memory usage
  • Removed SHA1 ciphers from the server cipher list
  • Disable the internal Red Hat FIPS option in the puppet server
  • Updated pupmod::puppet_server to accept Array as well as single hosts
  • Updated pupmod::pass_two to configure server_list when multiple puppet_server
    are specified
  • Updated pupmod::server_distribution to check server_list for puppet_user
  • Removed support for Puppet 5
  • Ensured support for Puppet 7 in requirements and stdlib
  • Changed
    • Converted all cron items to systemd timers
    • Converted the cleanup jobs to tmpfiles jobs
    • Converted from the 'params' patter to module data
  • Added
    • Purge puppet logs > 30 days by default
    • Disable puppetserver analytics by default

Pre-release 8.2.0-1

03 Aug 22:31
3a59e25
Compare
Choose a tag to compare
Pre-release 8.2.0-1 Pre-release
Pre-release

Added

  • Purge puppet logs > 30 days by default
  • Disable puppetserver analytics by default
  • Ensured support for Puppet 7 in requirements and stdlib
  • Added pupmod::master::sysconfig::use_code_cache_flushing to reduce excessive
    memory usage

Changed

  • Converted all cron items to systemd timers
  • Converted the cleanup jobs to tmpfiles jobs
  • Converted from the 'params' patter to module data
  • Updated pupmod::puppet_server to accept Array as well as single hosts
  • Updated pupmod::pass_two to configure server_list when multiple puppet_server
    are specified
  • Updated pupmod::server_distribution to check server_list for puppet_user

Removed

  • Removed support for Puppet 5

Release of 8.1.3

01 Jun 13:48
d544f61
Compare
Choose a tag to compare
  • Fixed
    • Fixed a bug where the pupmod::master::sysconfig class was not getting applied