class ChefCLI::Policyfile::ChefServerLockFetcher

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({
    policy_revision_id: lock_data["revision_id"],
  })
end