mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-25 02:52:07 +00:00
Have confluent client do default path
When installing package, put a profile.d change such that confluent is in the default path.
This commit is contained in:
parent
8c4d33db92
commit
258e257939
1
confluent_client/MANIFEST.in
Normal file
1
confluent_client/MANIFEST.in
Normal file
@ -0,0 +1 @@
|
||||
include confluent_env.sh
|
2
confluent_client/confluent_env.sh
Normal file
2
confluent_client/confluent_env.sh
Normal file
@ -0,0 +1,2 @@
|
||||
PATH=/opt/confluent/bin:$PATH
|
||||
export PATH
|
@ -8,4 +8,5 @@ setup(
|
||||
url='http://xcat.sf.net/',
|
||||
packages=['confluent'],
|
||||
scripts=['bin/confetty', 'bin/nodehealth', 'bin/nodeidentify', 'bin/nodepower', 'bin/nodesensors', 'bin/nodesetboot'],
|
||||
data_files=[('/etc/profile.d', ['confluent_env.sh'])],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user