Exception: ChefApply::TargetHost::UnsupportedTargetOS

Inherits:
ErrorNoLogs
  • Object
show all
Defined in:
lib/chef_apply/target_host.rb

Instance Attribute Summary

Attributes inherited from Error

#decorate, #id, #params, #show_log, #show_stack

Instance Method Summary collapse

Constructor Details

#initialize(os_name) ⇒ UnsupportedTargetOS

Returns a new instance of UnsupportedTargetOS.



344
# File 'lib/chef_apply/target_host.rb', line 344

def initialize(os_name); super("CHEFTARG001", os_name); end