From 9856bdc1b2a354a835619cef0da4e348f45960c5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 18 Nov 2018 17:33:43 -0500 Subject: puppet lint --- modules/smartmontools/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/smartmontools') 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'], -- cgit v1.2.3-54-g00ecf