Sha256: 90d10038a1c59704194016fb0bd2665f57078c04d4ccbc6d65ea8c3ad36a7170
Contents?: true
Size: 382 Bytes
Versions: 76
Compression:
Stored size: 382 Bytes
Contents
context = ChefDK::Generator.context cookbook_dir = File.join(context.cookbook_root, context.cookbook_name) attribute_dir = File.join(cookbook_dir, 'attributes') attribute_path = File.join(cookbook_dir, 'attributes', "#{context.new_file_basename}.rb") directory attribute_dir template attribute_path do source 'attribute.rb.erb' helpers(ChefDK::Generator::TemplateHelper) end
Version data entries
76 entries across 76 versions & 3 rubygems