Skip to content

Feature and Test Update

Compare
Choose a tag to compare
@trevor-vaughan trevor-vaughan released this 31 May 15:37
· 75 commits to master since this release

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