sysstat: Remove unnecessary ensure from the service
The sysstat init script is meant only to mark reboots in the sar logs.
This commit is contained in:
parent
ee30f9e1ad
commit
6e39b1d906
1 changed files with 2 additions and 4 deletions
|
@ -23,9 +23,7 @@ class sysstat {
|
|||
}
|
||||
|
||||
service { "sysstat":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
hasstatus => true,
|
||||
require => Package["sysstat"],
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue