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:
Ossi Salmi 2013-11-28 22:15:35 +02:00
parent ee30f9e1ad
commit 6e39b1d906

View file

@ -23,10 +23,8 @@ class sysstat {
}
service { "sysstat":
ensure => running,
enable => true,
hasstatus => true,
require => Package["sysstat"],
enable => true,
require => Package["sysstat"],
}
}