spm 210 B

123456789101112
  1. #!/usr/bin/env python
  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()