Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 383 Bytes

template.md

File metadata and controls

1 lines (1 loc) · 383 Bytes

A cookbook template is an Embedded Ruby (ERB) template that is used to dynamically generate static text files. Templates may contain Ruby expressions and statements, and are a great way to manage configuration files. Use the template resource to add cookbook templates to recipes; place the corresponding Embedded Ruby (ERB) template file in a cookbook's /templates directory.