Method: Chef::Cookbook::SyntaxCheck#template_files
- Defined in:
- lib/chef/cookbook/syntax_check.rb
#template_files ⇒ Object
68 69 70 |
# File 'lib/chef/cookbook/syntax_check.rb', line 68 def template_files Dir[File.join(cookbook_path, '**', '*.erb')] end |