From 0b0dc4f3848854f5c04cf7b17256badcf2f8954b Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 3 Feb 2014 12:55:51 +0000 Subject: [PATCH] remove trailing whitespace --- providers/colocation.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/colocation.rb b/providers/colocation.rb index d092cfc..1ebfc16 100644 --- a/providers/colocation.rb +++ b/providers/colocation.rb @@ -29,7 +29,7 @@ action :create do if multiple multiple_rscs = new_resource.multiple_rscs - cmd = "crm configure colocation #{name} #{priority}:" + cmd = "crm configure colocation #{name} #{priority}:" multiple_rscs.each do |rsc| cmd << " #{rsc}" end @@ -37,7 +37,7 @@ action :create do rsc = new_resource.rsc with_rsc = new_resource.with_rsc - cmd = "crm configure colocation #{name} #{priority}: #{rsc} #{with_rsc}" + cmd = "crm configure colocation #{name} #{priority}: #{rsc} #{with_rsc}" end cmd_ = Mixlib::ShellOut.new(cmd)