2
0
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:
Jarrod Johnson 2015-10-12 16:47:24 -04:00
parent 8c4d33db92
commit 258e257939
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'])],
)