itchef/cookbooks/cpe_hosts/templates/default/hosts.erb (11 lines of code) (raw):
##
# Host Database
#
# Copyright (c) Facebook, Inc. and its affiliates.
#
# Generated by Chef.
# Local modifications will be overwritten.
#
<% node['cpe_hosts']['extra_entries'].map do |k, v| -%>
<%= "#{k} #{v.join(" ")} # Chef Managed" %>
<% end -%>