Method: PDK::Generate::PuppetObject#template_files

Defined in:
lib/pdk/generate/puppet_object.rb

#template_filesObject

This method is abstract.

Subclass and implement #template_files to provide the template files to

render. Implementations of this method should return a Hash!{String => String}.

Raises:

  • (NotImplementedError)


48
49
50
# File 'lib/pdk/generate/puppet_object.rb', line 48

def template_files
  raise NotImplementedError
end