salt/scripts/salt-cloud
2013-11-08 14:11:27 -07:00

11 lines
186 B
Python
Executable File

#!/usr/bin/env python
'''
Publish commands to the salt system from the command line on the master.
'''
from salt.scripts import salt_cloud
if __name__ == '__main__':
salt_cloud()