]> git.openstreetmap.org Git - chef.git/blob - cookbooks/hardware/templates/default/smartd.conf.erb
3f793175a742116e1ae6f7f72f44ff40e8a4daaf
[chef.git] / cookbooks / hardware / templates / default / smartd.conf.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2   
3 <% @disks.each do |disk| -%>
4 <% if disk[:driver] -%>
5 /dev/<%= disk[:device] %> -d <%= disk[:driver] %>,<%= disk[:id] %> -m admins@openstreetmap.org
6 <% else -%>
7 /dev/<%= disk[:device] %> -m admins@openstreetmap.org
8 <% end -%>
9 <% end -%>