]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Fixes a small error in the rpm dev repo codepath 76/head
authorWalter Huf <walter.huf@corvisa.com>
Fri, 15 Nov 2013 22:12:11 +0000 (16:12 -0600)
committerWalter Huf <walter.huf@corvisa.com>
Fri, 15 Nov 2013 22:12:11 +0000 (16:12 -0600)
recipes/rpm.rb

index 3362f0bcf25779d285877f9633adb5f4c0eae23b..9899a3616aad50240f3245fcac8c41636b898b28 100644 (file)
@@ -21,7 +21,7 @@ repo = node['ceph'][platform_family][branch]['repository']
 if branch == "dev"
   # Instead of using the yum cookbook,
   # we do it this way. It avoids a dependency
-  system "curl -s node['ceph'][#{platform_family}]['dev']['repository_key'] > /etc/pki/rpm-gpg/RPM-GPG-KEY-CEPH"
+  system "curl -s #{node['ceph'][platform_family]['dev']['repository_key']} > /etc/pki/rpm-gpg/RPM-GPG-KEY-CEPH"
   system "cat > /etc/yum.repos.d/ceph.repo << EOF\n" \
     "[ceph]\n" \
     "name=Ceph\n" \