Method: Puppet::Type#catalog

Defined in:
lib/puppet/type.rb

#catalog??? TODO

TODO:

what does this mean “this resource” (sounds like this if for an instance of the type, not the meta Type), but not sure if this is about the catalog where the meta Type is included)

Returns The catalog that this resource is stored in.

Returns:

  • (??? TODO)

    The catalog that this resource is stored in.



2270
2271
2272
# File 'lib/puppet/type.rb', line 2270

def catalog
  @catalog
end