class ChefCLI::PolicyfileLock

def revision_id

#canonical_revision_string
Returns a fingerprint of the PolicyfileLock by computing the SHA1 hash of
def revision_id
  Digest::SHA256.new.hexdigest(canonical_revision_string)
end