salt/scripts/salt-key
2020-04-03 13:05:41 -05:00

9 lines
153 B
Python
Executable file

#!/usr/bin/env python
"""
Manage the authentication keys with salt-key
"""
from salt.scripts import salt_key
if __name__ == "__main__":
salt_key()