]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Fixed indentation 57/head
authorodyssey4me <jesse.pretorius@gmail.com>
Fri, 2 Aug 2013 07:53:52 +0000 (09:53 +0200)
committerodyssey4me <jesse.pretorius@gmail.com>
Fri, 2 Aug 2013 07:53:52 +0000 (09:53 +0200)
recipes/osd.rb

index a34c5c04948e712feb09ae8c1053c03b3683728a..e18613c83e6c1675ae54cb8ec8c8e9a33853f090 100644 (file)
@@ -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