Exception: PuppetDebugger::Exception::NodeDefinitionError
- Inherits:
-
FatalError
- Object
- StandardError
- Error
- FatalError
- PuppetDebugger::Exception::NodeDefinitionError
- Defined in:
- lib/puppet-debugger/support/errors.rb
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
Methods inherited from Error
Constructor Details
This class inherits a constructor from PuppetDebugger::Exception::Error
Instance Method Details
#message ⇒ Object
59 60 61 62 63 64 65 66 67 68 69 |
# File 'lib/puppet-debugger/support/errors.rb', line 59 def out = " You are missing a default node definition in your site.pp that is required for compilation.\n Please ensure you have at least the following default node definition\n node default {\n # include classes here\n }\n in your \#{data[:default_site_manifest]} file.\n OUT\n out.fatal\nend\n" |