Module: Puppet::CompilableResourceType
- Included in:
- Pops::Resource::ResourceTypeImpl, Type
- Defined in:
- lib/puppet/compilable_resource_type.rb
Overview
a class instead.
Instance Method Summary collapse
-
#is_3x_ruby_plugin? ⇒ Boolean
All 3.x resource types implemented in Ruby using Puppet::Type respond true.
Instance Method Details
#is_3x_ruby_plugin? ⇒ Boolean
All 3.x resource types implemented in Ruby using Puppet::Type respond true. Other kinds of implementations should reimplement and return false.
14 15 16 |
# File 'lib/puppet/compilable_resource_type.rb', line 14 def is_3x_ruby_plugin? true end |