class PuppetDebugger::Exception::AuthError
Public Instance Methods
message()
click to toggle source
# File lib/puppet-debugger/support/errors.rb, line 73 def message <<~OUT #{data[:message]} You will need to edit your auth.conf or conf.d/auth.conf (puppetserver) to allow node calls. OUT end