updated script
This commit is contained in:
parent
69f31c5316
commit
4b9cf3759a
@ -3,8 +3,8 @@
|
||||
import argparse
|
||||
import gnupg
|
||||
|
||||
KEYID="salt"
|
||||
GPGHOME="/etc/salt/gpgkeys"
|
||||
KEYID = "salt"
|
||||
GPGHOME = "/etc/salt/gpgkeys"
|
||||
|
||||
def parse_args():
|
||||
parser = argparse.ArgumentParser(description='Encrypt password')
|
||||
|
Loading…
Reference in New Issue
Block a user