mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Updated hashbangs with /usr/bin/env for virtual environment installs
This commit is contained in:
parent
17e35529d8
commit
88ec4ec97f
8 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
'''
|
'''
|
||||||
Publish commands to the salt system from the command line on the master.
|
Publish commands to the salt system from the command line on the master.
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
'''
|
'''
|
||||||
Directly call a salt command in the modules, does not require a running salt
|
Directly call a salt command in the modules, does not require a running salt
|
||||||
minion to run.
|
minion to run.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
'''
|
'''
|
||||||
Publish commands to the salt system from the command line on the master.
|
Publish commands to the salt system from the command line on the master.
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
'''
|
'''
|
||||||
Manage the authentication keys with salt-key
|
Manage the authentication keys with salt-key
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
'''
|
'''
|
||||||
Start the salt-master
|
Start the salt-master
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
'''
|
'''
|
||||||
This script is used to kick off a salt minion daemon
|
This script is used to kick off a salt minion daemon
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
'''
|
'''
|
||||||
Execute a salt convenience routine
|
Execute a salt convenience routine
|
||||||
'''
|
'''
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
'''
|
'''
|
||||||
This script is used to kick off a salt syndic daemon
|
This script is used to kick off a salt syndic daemon
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue