Method: Puppet::FacterImpl#load_external?
- Defined in:
- lib/puppet/facter_impl.rb
#load_external? ⇒ Boolean
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.
56 57 58 |
# File 'lib/puppet/facter_impl.rb', line 56 def load_external? ::Facter.respond_to?(:load_external) end |