Remove extra /

This commit is contained in:
Craig Lewis 2014-02-12 14:55:37 -08:00
parent a06ebbf7e8
commit 7be2ec2a86
1 changed files with 1 additions and 1 deletions

View 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 %>