|
@ -14,6 +14,21 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin |
|
|
|
|
|
|
|
|
EOF |
|
|
EOF |
|
|
|
|
|
|
|
|
|
|
|
## |
|
|
|
|
|
## Install 0k-manage for all the pg_* tools |
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
|
|
( |
|
|
|
|
|
if ! [ -d "/opt/apps/0k-manage" ]; then |
|
|
|
|
|
cd /opt/apps && |
|
|
|
|
|
git clone $GIT_0K_CLONE_OPTIONS "$GIT_0K_BASE/0k/0k-manage.git" && |
|
|
|
|
|
cd /opt/apps/0k-manage && |
|
|
|
|
|
git checkout 0k/prod/master |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
ln -sf /opt/apps/0k-manage/src/bin/* /usr/local/bin/ |
|
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## XXXvlab: Shouldn't we use ldap to create a key for each client and |
|
|
## XXXvlab: Shouldn't we use ldap to create a key for each client and |
|
|
## remove the clear password from here ? |
|
|
## remove the clear password from here ? |
|
|