class ChefCLI::Policyfile::GitLockFetcher

def source_options_for_lock

Returns:
  • (Hash) - The source_options that describe how to fetch this exact lock again
def source_options_for_lock
  source_options.merge({
                         revision:,
                       })
end