class PuppetRepl::Exception::UndefinedNode
Public Instance Methods
message()
click to toggle source
# File lib/puppet-repl/support/errors.rb, line 29 def message out = <<-EOF Cannot find node with name: #{data[:name]} on remote server EOF end