salt-key 154 B

12345678910
  1. #!/usr/bin/env python
  2. '''
  3. Manage the authentication keys with salt-key
  4. '''
  5. from salt.scripts import salt_key
  6. if __name__ == '__main__':
  7. salt_key()