2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-23 01:53:28 +00:00

Fix typo in configmanager

This commit is contained in:
Jarrod Johnson 2020-06-02 11:38:03 -04:00
parent cf9f4a9691
commit 033903f712

View File

@ -486,7 +486,7 @@ def _get_valid_attrname(attrname):
return attrname
def grub_hashcrypt_value(value)
def grub_hashcrypt_value(value):
salt = os.urandom(64)
algo = 'sha512'
rounds = 10000