Sha256: 5ca4dfa6a106b976b2153f8387528f1eb830b648911900260ffcac729ffef7a8
Contents?: true
Size: 270 Bytes
Versions: 13
Compression:
Stored size: 270 Bytes
Contents
# frozen_string_literal: true context = ChefDK::Generator.context policyfile_path = File.join(context.policyfile_dir, "#{context.new_file_basename}.rb") template policyfile_path do source 'Policyfile.rb.erb' helpers(ChefDK::Generator::TemplateHelper) end
Version data entries
13 entries across 13 versions & 1 rubygems