]> git.apps.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>
Wed, 1 Feb 2017 16:19:07 +0000 (17:19 +0100)
commitcb499a689b6d2d8325c83b8f34299bc8e2f128d3
tree1591d8a75ebc62a67c69fe9b6a2d5edddbe679ba
parentf446b1c82f609569ccfbc2c00b5296d6884549f0
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