cookbooks/fb_vsftpd/templates/default/ftpusers.erb (5 lines of code) (raw):

# This file is maintained by Chef. Do not edit, all changes will be # overwritten. See fb_vsftpd/README.md <% node['fb_vsftpd'][@section].each do |user| -%> <%= user %> <% end -%>