class ChefCLI::PolicyfileCompiler

def cache_fixed_version_cookbooks

def cache_fixed_version_cookbooks
  ensure_cache_dir_exists
  fixed_version_cookbooks_specs.each do |name, cookbook_location_spec|
    install_report.installing_fixed_version_cookbook(cookbook_location_spec)
    cookbook_location_spec.ensure_cached
  end
end