class ChefConfig::PackageTask

def component_full_paths

def component_full_paths
  component_paths.map { |path| File.expand_path(path, root_path) }
end