Method: Puppet::FacterImpl#debugging
- Defined in:
- lib/puppet/facter_impl.rb
#debugging(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.
52 53 54 |
# File 'lib/puppet/facter_impl.rb', line 52 def debugging(value) ::Facter.debugging(value) if ::Facter.respond_to?(:debugging) end |