diff --git a/src/daemon/confd/templates/ceph.conf.tmpl b/src/daemon/confd/templates/ceph.conf.tmpl index 225d9d312..d6a94eb02 100644 --- a/src/daemon/confd/templates/ceph.conf.tmpl +++ b/src/daemon/confd/templates/ceph.conf.tmpl @@ -9,9 +9,9 @@ {{range gets "/mon/*"}} {{base .Key}} = {{.Value}}{{end}} {{range gets "/mon_host/*"}} - [mon.{{base .Key}}] - host = {{base .Key}} - mon_addr = {{.Value}}{{end}} +[mon.{{base .Key}}] + host = {{base .Key}} + mon_addr = {{.Value}}{{end}} [osd] {{range gets "/osd/*"}}