Exception: PuppetDebugger::Exception::AuthError

Inherits:
FatalError
  • Object
show all
Defined in:
lib/puppet-debugger/support/errors.rb

Instance Attribute Summary

Attributes inherited from Error

#data

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from PuppetDebugger::Exception::Error

Instance Method Details

#messageObject



73
74
75
76
77
78
# 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