class PuppetRepl::Exception::AuthError

Public Instance Methods

message() click to toggle source
# File lib/puppet-repl/support/errors.rb, line 66
      def message
        out = <<-EOF
#{data[:message]}
You will need to edit your auth.conf or conf.d/auth.conf (puppetserver) to allow node calls.
EOF
    end