class ChefApply::TargetHost::UnsupportedTargetOS

Public Class Methods

new(os_name) click to toggle source
Calls superclass method ChefApply::ErrorNoLogs::new
# File lib/chef_apply/target_host.rb, line 339
def initialize(os_name); super("CHEFTARG001", os_name); end