From: odyssey4me Date: Fri, 2 Aug 2013 07:53:52 +0000 (+0200) Subject: Fixed indentation X-Git-Tag: v0.2.0~22^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F57%2Fhead;p=ceph-cookbooks.git Fixed indentation --- diff --git a/recipes/osd.rb b/recipes/osd.rb index a34c5c0..e18613c 100644 --- a/recipes/osd.rb +++ b/recipes/osd.rb @@ -106,7 +106,7 @@ else # - The --dmcrypt option will be available starting w/ Cuttlefish unless node["ceph"]["osd_devices"].nil? node["ceph"]["osd_devices"].each_with_index do |osd_device,index| - if !osd_device["status"].nil? + if !osd_device["status"].nil? Log.info("osd: osd_device #{osd_device} has already been setup.") next end