salt/scripts/salt-key

11 lines
154 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()