From 9cba43e74be246ce1c8d25f7deef87f62df46327 Mon Sep 17 00:00:00 2001 From: Guilhem Lettron Date: Mon, 9 Jul 2012 16:09:40 +0200 Subject: [PATCH] fix attribute to match attributes/radosgw.rb --- ceph/recipes/radosgw.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ceph/recipes/radosgw.rb b/ceph/recipes/radosgw.rb index 293d707..0b235dd 100644 --- a/ceph/recipes/radosgw.rb +++ b/ceph/recipes/radosgw.rb @@ -63,9 +63,9 @@ template "/etc/apache2/sites-available/rgw.conf" do owner "root" group "root" variables( - :ceph_api_fqdn => node['ceph']['api_fqdn'], - :ceph_admin_email => node['ceph']['admin_email'], - :ceph_rgw_addr => node['ceph']['rgw_addr'] + :ceph_api_fqdn => node['ceph']['radosgw']['api_fqdn'], + :ceph_admin_email => node['ceph']['radosgw']['admin_email'], + :ceph_rgw_addr => node['ceph']['radosgw']['rgw_addr'] ) if ::File.exists?("#{node['apache']['dir']}/sites-enabled/rgw.conf") notifies :restart, "service[apache2]" -- 2.47.3