]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
fix typo in mon role 217/head
authorSimon Thompson <simon.thompson@imgtec.com>
Tue, 13 Oct 2015 14:40:34 +0000 (15:40 +0100)
committerSimon Thompson <simon.thompson@imgtec.com>
Tue, 13 Oct 2015 14:40:34 +0000 (15:40 +0100)
roles/ceph-mon.json

index 5e610e0dcb6fff56203369ccbbb4315cec57d945..cedae1ebf38610d42911e025484eb8a61fc20158 100644 (file)
@@ -5,6 +5,6 @@
   "run_list": [
     "recipe[ceph::repo]",
     "recipe[ceph::mon]",
-    "recipe[ceph:pools]
+    "recipe[ceph::pools]"
   ]
 }