Method: Puppet::Resource#resource_type=
- Defined in:
- lib/puppet/resource.rb
#resource_type=(type) ⇒ 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.
Set the resource’s type implementation
402 403 404 |
# File 'lib/puppet/resource.rb', line 402 def resource_type=(type) @rstype = type end |