Sha256: 1092bdfafe40a05689006e728bf8781ab36a1a35091b30582926f468b37f5cd7
Contents?: true
Size: 425 Bytes
Versions: 13
Compression:
Stored size: 425 Bytes
Contents
# frozen_string_literal: true 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
13 entries across 13 versions & 1 rubygems