]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Creates the parent directory for radosgw logs 115/head
authorWalter Huf <walter.huf@corvisa.com>
Tue, 8 Apr 2014 21:44:24 +0000 (16:44 -0500)
committerWalter Huf <walter.huf@corvisa.com>
Tue, 8 Apr 2014 21:45:01 +0000 (16:45 -0500)
recipes/radosgw_apache2.rb

index b2694d9be361145b1bebe675ab5bd50992b85b52..d5f6cca62addec22c6a9359aa5197eb1158e3663 100644 (file)
@@ -60,6 +60,13 @@ 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