From: Grant Slater Date: Fri, 18 Sep 2020 20:58:00 +0000 (+0100) Subject: Fix update-smart-drivedb cron template issue X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/2636d0358499bd5175872605c759ff96b6243e26 Fix update-smart-drivedb cron template issue --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 905053663..c5b5ac226 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -403,7 +403,7 @@ if disks.count.positive? package "smartmontools" template "/etc/cron.daily/update-smart-drivedb" do - source "expire.cron.erb" + source "update-smart-drivedb.erb" owner "root" group "root" mode "755"