Some sysctl values do not get created until after a kernel module has
been loaded (NFS for example). As such, there are cases where you want
the sysctl provider to properly set up your system and change your
running value but you would like it to be silent if it cannot update the
live value.
Failures to update the file based configurations will still be an error
and silent failures will be added to the Puppet debug log.
Some sysctl values do not get created until after a kernel module has been loaded (NFS for example). As such, there are cases where you want the sysctl provider to properly set up your system and change your running value but you would like it to be silent if it cannot update the live value.
Failures to update the file based configurations will still be an error and silent failures will be added to the Puppet debug log.
Fixes hercules-team/augeasproviders_sysctl#6