From: Simon Thompson Date: Tue, 13 Oct 2015 14:40:34 +0000 (+0100) Subject: fix typo in mon role X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F217%2Fhead;p=ceph-cookbooks.git fix typo in mon role --- diff --git a/roles/ceph-mon.json b/roles/ceph-mon.json index 5e610e0..cedae1e 100644 --- a/roles/ceph-mon.json +++ b/roles/ceph-mon.json @@ -5,6 +5,6 @@ "run_list": [ "recipe[ceph::repo]", "recipe[ceph::mon]", - "recipe[ceph:pools] + "recipe[ceph::pools]" ] }