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]" ] }