From: John Axel Eriksson Date: Sat, 21 Jul 2012 18:58:13 +0000 (+0200) Subject: Make default attributes keys same as those expected in recipe X-Git-Tag: eval1~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=94399a7d4e3d39a7d77236f383262e1eec0d4e6f;p=ceph-cookbooks.git Make default attributes keys same as those expected in recipe --- diff --git a/attributes/radosgw.rb b/attributes/radosgw.rb index 2812559..0abf179 100644 --- a/attributes/radosgw.rb +++ b/attributes/radosgw.rb @@ -17,6 +17,6 @@ # limitations under the License. # default["ceph"]["radosgw"]["api_fqdn"] = "localhost" -default["ceph"]["radosgw"]["admin-email"] = "admin@example.com" +default["ceph"]["radosgw"]["admin_email"] = "admin@example.com" default["ceph"]["radosgw"]["rgw_addr"] = "*:80"