class ChefCLI::Policyfile::CookbookLocationSpecification

def ensure_cached

def ensure_cached
  unless installer.installed?
    installer.install
  end
end