Sha256: e666d762f0b232c627d6f25b58f8504adfcf088b7cbce161095e8fc04ad0e300

Contents?: true

Size: 412 Bytes

Versions: 11

Compression:

Stored size: 412 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

11 entries across 11 versions & 2 rubygems

Version Path
chef-dk-3.11.3 lib/chef-dk/skeletons/code_generator/recipes/attribute.rb
chef-dk-3.10.1 lib/chef-dk/skeletons/code_generator/recipes/attribute.rb
galvanize-0.1.2 lib/chef-dk/skeletons/code_generator/recipes/attribute.rb
chef-dk-3.0.36 lib/chef-dk/skeletons/code_generator/recipes/attribute.rb
chef-dk-2.4.17 lib/chef-dk/skeletons/code_generator/recipes/attribute.rb
chef-dk-2.3.4 lib/chef-dk/skeletons/code_generator/recipes/attribute.rb
chef-dk-2.3.3 lib/chef-dk/skeletons/code_generator/recipes/attribute.rb
chef-dk-2.3.1 lib/chef-dk/skeletons/code_generator/recipes/attribute.rb
chef-dk-2.1.11 lib/chef-dk/skeletons/code_generator/recipes/attribute.rb
chef-dk-2.0.28 lib/chef-dk/skeletons/code_generator/recipes/attribute.rb
chef-dk-2.0.26 lib/chef-dk/skeletons/code_generator/recipes/attribute.rb