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