class CookbookOmnifetch::ArtifactserverLocation

def install_path

Returns:
  • (Pathname, nil) -
def install_path
  @install_path ||= CookbookOmnifetch.storage_path.join(cache_key)
end