Enable haveged

We want to enable haveged, not ensure that its service is running.

Change-Id: Ia77b19fc60e8de9d433b32b9345f361568db55e6
This commit is contained in:
Monty Taylor 2014-08-13 16:54:25 -07:00
parent 86aeb6803b
commit b61ad2ca2e
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ class jenkins::slave(
}
service { 'haveged':
ensure => 'running',
enable => true,
require => Package[$::jenkins::params::haveged_package],
}
}