cookbooks/fb_apcupsd/templates/default/hosts.conf.erb (5 lines of code) (raw):

# This file is maintained by Chef. Do not edit, all changes will be # overwritten. See fb_apcupsd/README.md <% node['fb_apcupsd']['hosts'].to_hash.each do |address, description| -%> MONITOR <%= address %> "<%= description %>" <% end -%>