kvm-test: pep8 fixes

This commit is contained in:
Dan Bungert 2022-01-12 14:56:40 -07:00
parent e5e5d69a2d
commit 98bf2943aa
1 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@ iso:
default: edge
'''
def salted_crypt(plaintext_password):
# match subiquity documentation
salt = '$6$exDY1mhS4KUYCE/2'