salt/scripts/salt-cloud

11 lines
186 B
Plaintext
Raw Normal View History

2012-04-29 15:37:28 +00:00
#!/usr/bin/env python
2013-11-08 21:11:27 +00:00
'''
Publish commands to the salt system from the command line on the master.
'''
2012-04-29 15:37:28 +00:00
2013-11-08 21:11:27 +00:00
from salt.scripts import salt_cloud
2012-04-29 15:37:28 +00:00
if __name__ == '__main__':
2013-11-08 21:11:27 +00:00
salt_cloud()