1
0

salt-cloud 186 B

123456789
  1. #!/usr/bin/env python3
  2. """
  3. Publish commands to the salt system from the command line on the master.
  4. """
  5. from salt.scripts import salt_cloud
  6. if __name__ == "__main__":
  7. salt_cloud()