mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #8358 from techhat/saltcloud
Moving salt-cloud script into proper location
This commit is contained in:
commit
99bbf9ea9a
1 changed files with 2 additions and 2 deletions
4
salt_cloud/scripts/salt-cloud → scripts/salt-cloud
Normal file → Executable file
4
salt_cloud/scripts/salt-cloud → scripts/salt-cloud
Normal file → Executable file
|
@ -1,12 +1,12 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
import saltcloud.cli
|
||||
import salt.cloud.cli
|
||||
|
||||
def main():
|
||||
'''
|
||||
The main function for salt-cloud
|
||||
'''
|
||||
cloud = saltcloud.cli.SaltCloud()
|
||||
cloud = salt.cloud.cli.SaltCloud()
|
||||
cloud.run()
|
||||
|
||||
if __name__ == '__main__':
|
Loading…
Add table
Reference in a new issue