From 0012c010af9aaf6cb1ff92a4cffd52ca2a19e3ed Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 17 Nov 2010 11:47:38 -0800 Subject: [PATCH] Force move splunk --- chef/cookbooks/common/recipes/splunk.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chef/cookbooks/common/recipes/splunk.rb b/chef/cookbooks/common/recipes/splunk.rb index effa83267..8688de444 100644 --- a/chef/cookbooks/common/recipes/splunk.rb +++ b/chef/cookbooks/common/recipes/splunk.rb @@ -7,7 +7,7 @@ execute "Untar splunk" do end execute "Install splunk" do - command "mv /tmp/install/splunk /opt/splunk" + command "mv -f /tmp/install/splunk /opt/splunk" end execute "Start splunk" do