Updated hashbangs with /usr/bin/env for virtual environment installs

This commit is contained in:
Onur Yalazı 2013-01-03 11:36:51 +02:00
parent 17e35529d8
commit 88ec4ec97f
8 changed files with 8 additions and 8 deletions

View file

@ -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.
''' '''

View file

@ -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.

View file

@ -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.
''' '''

View file

@ -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
''' '''

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
''' '''
Start the salt-master Start the salt-master
''' '''

View file

@ -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
''' '''

View file

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
''' '''
Execute a salt convenience routine Execute a salt convenience routine
''' '''

View file

@ -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
''' '''