salt/scripts/spm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
210 B
Text
Raw Normal View History

#!/usr/bin/env python3
2020-04-02 20:10:20 -05:00
"""
2015-06-18 08:12:57 -06:00
Publish commands to the salt system from the command line on the master.
2015-06-19 16:33:01 -06:00
.. versionadded:: 2015.8.0
2020-04-02 20:10:20 -05:00
"""
2015-06-18 08:12:57 -06:00
from salt.scripts import salt_spm
if __name__ == "__main__":
salt_spm()