caskdata/coopr_cookbook

View on GitHub
templates/default/generic-site.xml.erb

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- generated by Chef for <%= node['fqdn'] %>, changes will be overwritten -->

<configuration>
  <% @options.each do |name, value| %>
    <property>
      <name><%= name %></name>
      <value><%= value %></value>
    </property>
  <% end %>
</configuration>