mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add salt-proxy to setup.py so it gets installed.
This commit is contained in:
parent
0fbfea1d2a
commit
acc73fc546
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -791,6 +791,7 @@ class SaltDistribution(distutils.dist.Distribution):
|
|||
* salt-cp
|
||||
* salt-minion
|
||||
* salt-unity
|
||||
* salt-proxy
|
||||
|
||||
When packaged for salt-ssh, the following scripts should be installed:
|
||||
* salt-call
|
||||
|
@ -1030,6 +1031,7 @@ class SaltDistribution(distutils.dist.Distribution):
|
|||
if IS_WINDOWS_PLATFORM:
|
||||
scripts.extend(['scripts/salt-cp',
|
||||
'scripts/salt-minion',
|
||||
'scripts/salt-proxy',
|
||||
'scripts/salt-unity'])
|
||||
return scripts
|
||||
|
||||
|
@ -1045,6 +1047,7 @@ class SaltDistribution(distutils.dist.Distribution):
|
|||
'scripts/salt-ssh',
|
||||
'scripts/salt-syndic',
|
||||
'scripts/salt-unity',
|
||||
'scripts/salt-proxy',
|
||||
'scripts/spm'])
|
||||
return scripts
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue