haveged
: Manage the haveged daemon
Manage the haveged daemon
class { 'haveged':
write_wakeup_threshold => 2048,
}
The following parameters are available in the haveged
class:
package_name
package_ensure
service_name
service_ensure
service_enable
write_wakeup_threshold
buffer_size
data_cache_size
instruction_cache_size
Data type: String
The name of the package to manage. Normally provided by the module's
hiera configuration. Default: haveged
Data type: String
The state of the haveged package. Valid options: present
, installed
,
absent
, purged
, held
, latest
or a specific package version
number. Default: present
Data type: String
The name of the service to manage. Normally provided by the module's
hiera configuration. Default: haveged
Data type: Stdlib::Ensure::Service
Whether the service should be running. Normally provided by the module's
hiera configuration. Default: running
Data type: Boolean
Whether the service should be enabled to start at boot time. This must
be an boolean value. Default: true
Data type: Integer
The haveged daemon generates more data if the number of entropy bits
falls below this value. The value must be a an integer. Default: 1024
Data type: Optional[Integer]
The size of the collection buffer. The value must be a an integer. It
is interpreted as size in KB. Default: 128
Default value: undef
Data type: Optional[Integer]
The data cache size in KB. The value must be a an integer. Default is
16
or as determined by cpuid.
Default value: undef
Data type: Optional[Integer]
The instruction cache size in KB. The value must be a an integer.
Default is 16
or as determined by cpuid.
Default value: undef