No need for entropy on modern kernels, SC-2522
This commit is contained in:
parent
ecbeee89a3
commit
c1d73f107d
1 changed files with 6 additions and 3 deletions
|
@ -81,9 +81,12 @@ class dhcp6_client {
|
|||
}
|
||||
|
||||
class entropyclient {
|
||||
include sunet::simple_entropy
|
||||
sunet::ucrandom {'random.nordu.net': ensure => absent }
|
||||
sunet::nagios::nrpe_check_process { 'haveged': }
|
||||
# Entropy is not needed on modern kernels, we should remove this class when done with SC-2522
|
||||
if ($facts['os']['name'] == 'Ubuntu' and versioncmp($facts['os']['release']['full'], '22.04') <= 0 ){
|
||||
include sunet::simple_entropy
|
||||
sunet::ucrandom {'random.nordu.net': ensure => absent }
|
||||
sunet::nagios::nrpe_check_process { 'haveged': }
|
||||
}
|
||||
}
|
||||
|
||||
class openstack_dockerhost {
|
||||
|
|
Loading…
Add table
Reference in a new issue