From: Alexandre Marangone Date: Wed, 4 Sep 2013 16:58:03 +0000 (-0700) Subject: Merge branch 'ceph-dir-ownership' of https://github.com/centraldesktop/ceph-cookbooks X-Git-Tag: v0.2.0~17 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=059e87d59b20d9d378d92b2929b0b0b67fd69fbb;p=ceph-cookbooks.git Merge branch 'ceph-dir-ownership' of https://github.com/centraldesktop/ceph-cookbooks --- 059e87d59b20d9d378d92b2929b0b0b67fd69fbb diff --cc recipes/conf.rb index 6480611,a15a2a4..0906328 --- a/recipes/conf.rb +++ b/recipes/conf.rb @@@ -8,6 -8,13 +8,13 @@@ if node['roles'].include? 'ceph-radosgw is_rgw = true end + directory "/etc/ceph" do + owner "root" + group "root" - mode "0644" ++ mode "0755" + action :create + end + template '/etc/ceph/ceph.conf' do source 'ceph.conf.erb' variables(