]> git.openstreetmap.org Git - chef.git/commitdiff
Fix update-smart-drivedb cron template issue
authorGrant Slater <git@firefishy.com>
Fri, 18 Sep 2020 20:58:00 +0000 (21:58 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 18 Sep 2020 20:58:00 +0000 (21:58 +0100)
cookbooks/hardware/recipes/default.rb

index 90505366370844bd2e67240ff473cd5e0b85e1f7..c5b5ac226ef6d42c51a9c717d5e347ea0660da7f 100644 (file)
@@ -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"