voxpupuli / puppet-augeasproviders_sysctl

Augeas-based sysctl type and provider for Puppet
Apache License 2.0
10 stars 36 forks source link

Added a :silent option to the sysctl type #7

Closed trevor-vaughan closed 8 years ago

trevor-vaughan commented 8 years ago

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