class PuppetDebugger::Exception::UndefinedNode

Public Instance Methods

message() click to toggle source
# File lib/puppet-debugger/support/errors.rb, line 36
      def message
        <<~OUT
          Cannot find node with name: #{data[:name]} on remote server
        OUT
      end