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,10 +23,8 @@ class sysstat {
|
||||||
}
|
}
|
||||||
|
|
||||||
service { "sysstat":
|
service { "sysstat":
|
||||||
ensure => running,
|
enable => true,
|
||||||
enable => true,
|
require => Package["sysstat"],
|
||||||
hasstatus => true,
|
|
||||||
require => Package["sysstat"],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue