chef / chef-apply

The ad-hoc execution tool for the Chef ecosystem.
https://www.chef.sh/
Apache License 2.0
14 stars 14 forks source link

consolidate platform-specific behaviors ahead of splitting out actions gem #61

Closed marcparadise closed 5 years ago

marcparadise commented 5 years ago

Description

This change pays back some long-overdue tech debt by consolidating platform-specific functionality behind a common TargetHost interface. These behaviors were previously spread across actions, the base action class, and targethost.

Other changes:

Signed-off-by: Marc A. Paradise marc.paradise@gmail.com

Issues Resolved

Check List