module CookbookOmnifetch
class CookbookOmnifetch::AbstractFunction
class CookbookOmnifetch::ArtifactoryLocation
class CookbookOmnifetch::ArtifactserverLocation
class CookbookOmnifetch::BaseLocation
class CookbookOmnifetch::ChefServerArtifactLocation
class CookbookOmnifetch::ChefServerLocation
class CookbookOmnifetch::CookbookValidationFailure
class CookbookOmnifetch::GitCommandError
class CookbookOmnifetch::GitError
class CookbookOmnifetch::GitLocation
class CookbookOmnifetch::GitNotInstalled
class CookbookOmnifetch::GithubLocation
class CookbookOmnifetch::Integration
class CookbookOmnifetch::MetadataBasedInstaller
class CookbookOmnifetch::MetadataBasedInstaller::CookbookMetadata
class CookbookOmnifetch::MismatchedCookbookName
class CookbookOmnifetch::MissingConfiguration
class CookbookOmnifetch::NotACookbook
class CookbookOmnifetch::NullValue
class CookbookOmnifetch::OmnifetchError
class CookbookOmnifetch::PathLocation
class CookbookOmnifetch::StagingArea
class CookbookOmnifetch::StagingAreaNotAvailable
class CookbookOmnifetch::ThreadedJobQueue
cookbook-omnifetch
0.12.2
# to_lock
def to_lock out = " path: #{relative_path}\n" out << " metadata: true\n" if metadata? out end