salt/scripts/salt-cloud

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

10 lines
186 B
Text
Raw Normal View History

#!/usr/bin/env python3
2020-04-02 20:10:20 -05:00
"""
2013-11-08 14:11:27 -07:00
Publish commands to the salt system from the command line on the master.
2020-04-02 20:10:20 -05:00
"""
2012-04-29 09:37:28 -06:00
2013-11-08 14:11:27 -07:00
from salt.scripts import salt_cloud
2012-04-29 09:37:28 -06:00
if __name__ == "__main__":
2013-11-08 14:11:27 -07:00
salt_cloud()