chef-partners/cookbook-guide-generator

View on GitHub
cookbooks/code_generator/templates/default/build-cookbook/recipe.rb.erb

Summary

Maintainability
Test Coverage
#
# Cookbook Name:: build-cookbook
# Recipe:: <%= @phase %>
#
<%= license_description('#') %>
<% if build_cookbook_parent_is_cookbook -%>
include_recipe 'delivery-truck::<%= @phase %>'
<% end -%>