diff --git a/chef/cookbooks/common/recipes/splunk.rb b/chef/cookbooks/common/recipes/splunk.rb
index 097d5e0bddefb3c9b9749c4f9a328398f547f206..6653dc70917b85feecabd8a01761af21b8693746 100644
--- a/chef/cookbooks/common/recipes/splunk.rb
+++ b/chef/cookbooks/common/recipes/splunk.rb
@@ -1,5 +1,6 @@
 unless system "splunk status"
   execute "Download splunk" do
+    command "mkdir -p /tmp/install"
     command "cd /tmp/install && wget 'http://www.splunk.com/index.php/download_track?file=4.1.5/linux/splunk-4.1.5-85165-Linux-x86_64.tgz&ac=&wget=true&name=wget&typed=releases'"
   end