From 96fa2740507dde1b3baa1a9c75dfe06c16539141 Mon Sep 17 00:00:00 2001 From: Guilhem Lettron Date: Wed, 9 Apr 2014 15:51:15 +0200 Subject: [PATCH] Revert "Merge pull request #115 from hufman/fix-radosgw-logdir" This reverts commit 7826b8564b595f681a1ba360268e82ef5136a935, reversing changes made to 4f9f3bcb415dea81bf2d3301ca6c9190926fd124. --- recipes/radosgw_apache2.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recipes/radosgw_apache2.rb b/recipes/radosgw_apache2.rb index d5f6cca..b2694d9 100644 --- a/recipes/radosgw_apache2.rb +++ b/recipes/radosgw_apache2.rb @@ -60,13 +60,6 @@ end end end -directory '/var/log/radosgw' do - owner d_owner - group d_group - mode '0755' - action :create -end - file '/var/log/radosgw/radosgw.log' do owner d_owner group d_group -- 2.47.3