From: Guilhem Lettron Date: Thu, 20 Feb 2014 15:24:43 +0000 (+0100) Subject: quick fix for #95 X-Git-Tag: v0.2.0~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6052fd7d8b69c9d59eae083517e2377130c23a1d;p=ceph-cookbooks.git quick fix for #95 --- diff --git a/recipes/radosgw_apache2.rb b/recipes/radosgw_apache2.rb index 53c1bcb..eaba3e5 100644 --- a/recipes/radosgw_apache2.rb +++ b/recipes/radosgw_apache2.rb @@ -60,7 +60,7 @@ end end end -file "/var/log/ceph/radosgw.log" do +file "/var/log/radosgw/radosgw.log" do owner d_owner group d_group mode "0644"