crowbar/crowbar-core

View on GitHub
chef/cookbooks/salt/templates/default/roster.erb

Summary

Maintainability
Test Coverage
# Generated by Crowbar from chef/cookbooks/salt/templates/default/roster.erb
# Do not edit.

<% @roster.each do |entry| %>
# <%= entry[:fqdn] %>
<%= entry[:alias] -%>:
  host: <%= entry[:ip] %>

<% end %>