From 6052fd7d8b69c9d59eae083517e2377130c23a1d Mon Sep 17 00:00:00 2001 From: Guilhem Lettron Date: Thu, 20 Feb 2014 16:24:43 +0100 Subject: [PATCH] quick fix for #95 --- recipes/radosgw_apache2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"