projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
259ac0e
)
Mark the smartmontools service as supporting reload
author
Tom Hughes
<tom@compton.nu>
Sun, 15 Mar 2015 00:37:55 +0000
(
00:37
+0000)
committer
Tom Hughes
<tom@compton.nu>
Sun, 15 Mar 2015 00:37:55 +0000
(
00:37
+0000)
cookbooks/hardware/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/hardware/recipes/default.rb
b/cookbooks/hardware/recipes/default.rb
index 364be85c13a4a95769706ac14d3329613ded1b79..551dd5b382b43b311233fd06cdca08e27b793c81 100644
(file)
--- 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|