]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Foodcritic cleanup.
authorTommi Virtanen <tv@inktank.com>
Thu, 2 Aug 2012 21:59:34 +0000 (14:59 -0700)
committerTommi Virtanen <tv@inktank.com>
Mon, 6 Aug 2012 20:22:56 +0000 (13:22 -0700)
recipes/mon.rb

index 13d067b33470823cd6e24fdfa9596183511a1405..f56b60b70965a5136436c2d79e0e9b182cc96145 100644 (file)
@@ -46,7 +46,7 @@ ruby_block "tell ceph-mon about its peers" do
     mon_addresses.each do |addr|
       system 'ceph', \
         '--admin-daemon', "/var/run/ceph/ceph-mon.#{node['hostname']}.asok", \
-        'add_bootstrap_peer_hint', "#{addr}"
+        'add_bootstrap_peer_hint', addr
       # ignore errors
     end
   end