From: Craig Lewis Date: Wed, 12 Feb 2014 22:55:37 +0000 (-0800) Subject: Remove extra / X-Git-Tag: v0.2.0~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F95%2Fhead;p=ceph-cookbooks.git Remove extra / --- diff --git a/templates/default/ceph.conf.erb b/templates/default/ceph.conf.erb index d2915a6..2946fb0 100644 --- a/templates/default/ceph.conf.erb +++ b/templates/default/ceph.conf.erb @@ -34,7 +34,7 @@ host = <%= node['hostname'] %> rgw socket path = /var/run/ceph/radosgw.<%= node['hostname'] %> keyring = /etc/ceph/ceph.client.radosgw.<%= node['hostname'] %>.keyring - log file = /var/log/radosgw//radosgw.log + log file = /var/log/radosgw/radosgw.log <% if (! node['ceph']['config']['rgw'].nil?) -%> <% node['ceph']['config']['rgw'].each do |k, v| %> <%= k %> = <%= v %>