salt/scripts/salt-ssh

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

10 lines
137 B
Text
Raw Normal View History

#!/usr/bin/env python3
2020-04-02 20:10:20 -05:00
"""
2013-07-01 15:48:08 -06:00
Execute the salt ssh system
2020-04-02 20:10:20 -05:00
"""
2013-07-01 15:48:08 -06:00
from salt.scripts import salt_ssh
if __name__ == "__main__":
salt_ssh()