X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/078fb0e99fcd071b8617ccbb8aae52566e7bb122..0d1a4feb878060e464fb745c64236d690d75f4d6:/cookbooks/hardware/recipes/default.rb diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 364be85c1..551dd5b38 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -405,6 +405,7 @@ if disks.count > 0 service "smartmontools" do action [:enable, :start] + supports :status => true, :restart => true, :reload => true end disks.each do |disk|