mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Merge pull request #34 from jjohnson42/confluentpath
Have confluent client do default path
This commit is contained in:
commit
865545b8d1
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