Commit 7ff6877b authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: Fix PATH to access slapcache commands

Sometimes local are not included on rc.local or crontab while run.
parent a6e9add6
{{ lookup('file', 'roles/install-script/files/function-common') }} {{ lookup('file', 'roles/install-script/files/function-common') }}
export PATH=$PATH:/usr/local/bin:/usr/local/sbin
# Include Additional Functions # Include Additional Functions
function download_playbook { function download_playbook {
if [ ! -f /etc/opt/slapcache.cfg ]; then if [ ! -f /etc/opt/slapcache.cfg ]; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment