From c17929919b3a0d068052605d6be31560a1aac451 Mon Sep 17 00:00:00 2001 From: odyssey4me Date: Fri, 2 Aug 2013 09:53:52 +0200 Subject: [PATCH] Fixed indentation --- recipes/osd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3