salt-key 154 B

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