Skip to content

Releases: voxpupuli/puppet-augeasproviders_sysctl

2.6.0

21 Jan 11:36
Compare
Choose a tag to compare
  • FreeBSD: skip read-only MIB data (GH #48)

2.5.1

21 Jan 11:36
Compare
Choose a tag to compare
  • Force data read from 'sysctl -a' into ASCSII (GH #46)

2.5.0

21 Jan 11:36
79108ea
Compare
Choose a tag to compare
  • Add support for:
    • Debian 10
    • EL 8

2.4.0

21 Jan 11:36
Compare
Choose a tag to compare
  • Add Archlinux support (GH #38)
  • Use : as separator on FreeBSD (fix #24) (GH #30)
  • Do not manage comment when persist is false (fix #29) (GH #31)

2.3.1

21 Jan 11:36
Compare
Choose a tag to compare
  • Fix puppet requirement to < 7.0.0

2.3.0

21 Jan 11:37
Compare
Choose a tag to compare
  • Add support for Puppet 6
  • Deprecate support for Puppet < 5
  • Update supported OSes in metadata.json

Feature and Test Update

31 May 15:37
Compare
Choose a tag to compare

This release adds a feature that protects against sysctl values which, when set in /etc/sysctl.conf, may cause operational harm to a system.

The ability has been added to only update the live value and make the disk persistence optional.

Additionally:

  • Now use prefetching to get the sysctl values
  • Updated self.instances to obtain information about all sysctl values
    which provides a more accurate representation of the system when using
    puppet resource
  • Fail if the user attempts to set a value that is not valid on the
    system unless silent is set.
  • Updated all tests

2.1.0 Release

31 Oct 12:45
42f5b82
Compare
Choose a tag to compare

New Features

  • Added a :silent option for deliberately ignoring failures when applying the live sysctl settings. This is particularly useful when you have sysctl settings that may not be present without loading a kernel module over which you have no control.

Other Changes

  • Added acceptance tests