From 29c6910938a3916c15e54bb96d2e1c700e23755a Mon Sep 17 00:00:00 2001 From: Simon Thompson Date: Tue, 13 Oct 2015 15:40:34 +0100 Subject: [PATCH] fix typo in mon role --- roles/ceph-mon.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]" ] }