Method: PDK::Generate::PuppetObject#non_template_files
- Defined in:
- lib/pdk/generate/puppet_object.rb
#non_template_files ⇒ Hash{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
139 140 141 |
# File 'lib/pdk/generate/puppet_object.rb', line 139 def non_template_files {} end |