crowbar/crowbar-core

View on GitHub
chef/cookbooks/bind9/templates/default/named.conf.crowbar.erb

Summary

Maintainability
Test Coverage
// This file includes all the Crowbar managed zones.
// Managed by Crowbar.
// Do not edit.
<% @zonefiles.each do |zonefile| -%>
include "<%= zonefile -%>";
<% end -%>