summaryrefslogtreecommitdiffstats
path: root/modules/smartmontools
diff options
context:
space:
mode:
Diffstat (limited to 'modules/smartmontools')
-rw-r--r--modules/smartmontools/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/smartmontools/manifests/init.pp b/modules/smartmontools/manifests/init.pp
index 76bc09b..b79c1a2 100644
--- a/modules/smartmontools/manifests/init.pp
+++ b/modules/smartmontools/manifests/init.pp
@@ -8,8 +8,8 @@ class smartmontools {
}
service { 'smartd':
- enable => true,
ensure => running,
+ enable => true,
require => [
Package['smartmontools'],
File['/etc/smartd.conf'],