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

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.

Returns:

  • (Boolean)


12
13
14
# File 'lib/puppet/compilable_resource_type.rb', line 12

def is_3x_ruby_plugin?
  true
end