Method: ChefApply::Action::ConvergeTarget::CCRFailureMapper::RemoteChefRunFailedToResolveError#initialize
- Defined in:
- lib/chef_apply/action/converge_target/ccr_failure_mapper.rb
#initialize(path) ⇒ RemoteChefRunFailedToResolveError
Returns a new instance of RemoteChefRunFailedToResolveError.
93 |
# File 'lib/chef_apply/action/converge_target/ccr_failure_mapper.rb', line 93 def initialize(path); super("CHEFCCR001", path); end |