Method: Puppet::ModuleTool::Metadata#description
- Defined in:
- lib/puppet/module_tool/metadata.rb
#description ⇒ Object
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.
Deprecated.
Provides an accessor for the now defunct ‘description’ property. This addresses a regression in Puppet 3.6.x where previously valid templates referring to the ‘description’ property were broken.
84 85 86 |
# File 'lib/puppet/module_tool/metadata.rb', line 84 def description @data['description'] end |