Releases: voxpupuli/puppet-augeasproviders_sysctl
Releases · voxpupuli/puppet-augeasproviders_sysctl
2.6.0
2.5.1
2.5.0
2.4.0
2.3.1
2.3.0
Feature and Test Update
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 unlesssilent
is set. - Updated all tests
2.1.0 Release
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