Method: Puppet::Type.apply_to_device

Defined in:
lib/puppet/type.rb

.apply_to_deviceSymbol

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.

Makes this type applicable to :device.

Returns:

  • (Symbol)

    Returns :device



230
231
232
# File 'lib/puppet/type.rb', line 230

def self.apply_to_device
  @apply_to = :device
end