Exception: Bolt::PuppetfileError
- Defined in:
- lib/bolt/error.rb
Instance Attribute Summary
Attributes inherited from Error
#details, #error_code, #issue_code, #kind
Instance Method Summary collapse
-
#initialize(err) ⇒ PuppetfileError
constructor
A new instance of PuppetfileError.
Methods inherited from Error
#msg, #to_h, #to_json, #to_puppet_error, unknown_plan, unknown_task
Constructor Details
#initialize(err) ⇒ PuppetfileError
Returns a new instance of PuppetfileError.
98 99 100 |
# File 'lib/bolt/error.rb', line 98 def initialize(err) super("Failed to sync modules from the Puppetfile: #{err}", 'bolt/puppetfile-error') end |