Method: PDK::Generate::PuppetObject#template_data
- Defined in:
- lib/pdk/generators/puppet_object.rb
#template_data ⇒ Object
This method is abstract.
Subclass and implement #template_data to provide data to the templates during rendering. Implementations of this method should return a Hash{Symbol => Object}.
48 49 50 |
# File 'lib/pdk/generators/puppet_object.rb', line 48 def template_data raise NotImplementedError end |