]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Revert "Merge pull request #115 from hufman/fix-radosgw-logdir"
authorGuilhem Lettron <guilhem.lettron@optiflows.com>
Wed, 9 Apr 2014 13:51:15 +0000 (15:51 +0200)
committerGuilhem Lettron <guilhem.lettron@optiflows.com>
Wed, 9 Apr 2014 13:51:15 +0000 (15:51 +0200)
This reverts commit 7826b8564b595f681a1ba360268e82ef5136a935, reversing
changes made to 4f9f3bcb415dea81bf2d3301ca6c9190926fd124.

recipes/radosgw_apache2.rb

index d5f6cca62addec22c6a9359aa5197eb1158e3663..b2694d9be361145b1bebe675ab5bd50992b85b52 100644 (file)
@@ -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