]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
docker: fix mkdir path for all the distros
authorSébastien Han <seb@redhat.com>
Wed, 1 Feb 2017 16:19:07 +0000 (17:19 +0100)
committerSébastien Han <seb@redhat.com>
Fri, 3 Feb 2017 15:16:20 +0000 (16:16 +0100)
commit0d4cd0db7eeb1bdcdd2bed100aa784f7657075da
tree0081d47482fb2244a6dfbf789aca5834aac36934
parentd593ac23d27060dc556d59d73e318af0f0aa20e8
docker: fix mkdir path for all the distros

On ubntu systems mkdir is in /bin where on atomic it is /usr/bin/.
We use the shell built-in function "command" to find its right location.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mon/templates/ceph-mon.service.j2