1
0

spm 210 B

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