Method: Puppet::FacterImpl#load_external

Defined in:
lib/puppet/facter_impl.rb

#load_external(value) ⇒ 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.



60
61
62
# File 'lib/puppet/facter_impl.rb', line 60

def load_external(value)
  ::Facter.load_external(value) if self.load_external?
end