X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/078fb0e99fcd071b8617ccbb8aae52566e7bb122..2d43acf0477a2dbf2efaed7480d0d73454d8196e:/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|