From: Tommi Virtanen Date: Thu, 2 Aug 2012 21:59:34 +0000 (-0700) Subject: Foodcritic cleanup. X-Git-Tag: rebased^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8d80d2929296eeb087baac4cdead859187ec75b2;p=ceph-cookbooks.git Foodcritic cleanup. --- diff --git a/recipes/mon.rb b/recipes/mon.rb index 13d067b..f56b60b 100644 --- a/recipes/mon.rb +++ b/recipes/mon.rb @@ -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