summaryrefslogtreecommitdiffstats
path: root/modules/smartmontools
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-11-18 17:33:43 -0500
committerJesse Luehrs <doy@tozt.net>2018-11-18 17:33:43 -0500
commit9856bdc1b2a354a835619cef0da4e348f45960c5 (patch)
tree19e42a72d05ace4d53e089a222e5f1d7f6102183 /modules/smartmontools
parent86d2fa8422fba13d5592a5f96260cfe88d401546 (diff)
downloadpuppet-tozt-9856bdc1b2a354a835619cef0da4e348f45960c5.tar.gz
puppet-tozt-9856bdc1b2a354a835619cef0da4e348f45960c5.zip
puppet lint
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'],