]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Remove extra / 95/head
authorCraig Lewis <clewis@centraldesktop.com>
Wed, 12 Feb 2014 22:55:37 +0000 (14:55 -0800)
committerCraig Lewis <clewis@centraldesktop.com>
Wed, 12 Feb 2014 22:55:37 +0000 (14:55 -0800)
templates/default/ceph.conf.erb

index d2915a6ac9735088ca1870575ecb0ce7fc65a935..2946fb0c1a82862c9919503f13d1eaea545e39c2 100644 (file)
@@ -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 %>