Method: PDK::Generate::PuppetObject#non_template_files

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

#non_template_filesHash{String => String}

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method is abstract.

A subclass may wish to stage files into the Update Manager, but the content is not templated. Subclasses can override this method to stage arbitrary files

Returns:

  • (Hash{String => String})

    A Hash with the relative file path as the key and the new file content as the value.



139
140
141
# File 'lib/pdk/generate/puppet_object.rb', line 139

def non_template_files
  {}
end