salt/scripts/spm

11 lines
182 B
Text
Raw Normal View History

2015-06-18 08:12:57 -06:00
#!/usr/bin/env python
'''
Publish commands to the salt system from the command line on the master.
'''
from salt.scripts import salt_spm
if __name__ == '__main__':
salt_spm()