2
0
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:
Victor Hu 2015-10-12 21:37:45 -04:00
commit 865545b8d1
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
include confluent_env.sh

View File

@ -0,0 +1,2 @@
PATH=/opt/confluent/bin:$PATH
export PATH

View File

@ -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'])],
)