class PuppetRepl::Exception::NoClassError

Public Instance Methods

message() click to toggle source
# File lib/puppet-repl/support/errors.rb, line 41
      def message
        out = <<-EOF
#{data[:message]}
You are missing puppet classes that are required for compilation.
Please ensure these classes are installed on this machine in any of the following paths:
#{data[:default_modules_paths]}
EOF
      end