- Overview
- Module Description - What does the module do?
- Setup - The basics of getting started with haveged
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Install and manage the haveged daemon.
The haveged daemon provides a random number generator based on the HAVEGE (HArdware Volatile Entropy Gathering and Expansion) algorithm. This module provides a way of installing and setting up the daemon in your environment.
Package, service and configuration files for the haveged daemon.
-
On Debian based systems this includes the
/etc/default/haveged
file. -
On RedHat based systems the configuration is stored in the
/etc/systemd/system/haveged.service.d/opts.conf
file.
This module requires the stdlib
module.
The haveged
package is part of the EPEL yum repository, so this repository must be enabled on Enterprise Linux to be able to install the package.
Declare the haveged class to run the haveged daemon with the default parameters.
class { 'haveged': }
This installs the haveged package and starts the service using default parameters.
See the following sections for a detailed description of the available configuration options.
class { 'haveged':
write_wakeup_threshold => 2048,
}
See REFERENCE.md for the reference documentation.
Feel free to send pull requests for new features and other operating systems.