]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
fix attribute to match attributes/radosgw.rb
authorGuilhem Lettron <guilhem@lettron.fr>
Mon, 9 Jul 2012 14:09:40 +0000 (16:09 +0200)
committerGuilhem Lettron <guilhem@lettron.fr>
Mon, 9 Jul 2012 14:09:40 +0000 (16:09 +0200)
ceph/recipes/radosgw.rb

index 293d707b4ad071290cfe51b0d069b740c12a4b61..0b235ddea8d9eed0b48d345ded1bdac8a5686dca 100644 (file)
@@ -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]"