From: Walter Huf Date: Tue, 8 Apr 2014 21:44:24 +0000 (-0500) Subject: Creates the parent directory for radosgw logs X-Git-Tag: v0.8.0~46^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F115%2Fhead;p=ceph-cookbooks.git Creates the parent directory for radosgw logs --- diff --git a/recipes/radosgw_apache2.rb b/recipes/radosgw_apache2.rb index b2694d9..d5f6cca 100644 --- a/recipes/radosgw_apache2.rb +++ b/recipes/radosgw_apache2.rb @@ -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