From: Guilhem Lettron Date: Wed, 9 Apr 2014 13:51:15 +0000 (+0200) Subject: Revert "Merge pull request #115 from hufman/fix-radosgw-logdir" X-Git-Tag: v0.8.0~45 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=96fa2740507dde1b3baa1a9c75dfe06c16539141;p=ceph-cookbooks.git Revert "Merge pull request #115 from hufman/fix-radosgw-logdir" This reverts commit 7826b8564b595f681a1ba360268e82ef5136a935, reversing changes made to 4f9f3bcb415dea81bf2d3301ca6c9190926fd124. --- 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