From d902bc15ab790dc84ebddafd7dade54917a827fe Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 21 May 2015 14:55:19 -0300 Subject: [PATCH] Created tmp directory before exec preconfig task --- Rakefile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/Rakefile b/Rakefile index 2d750ab..9256cf4 100644 --- a/Rakefile +++ b/Rakefile @@ -85,6 +85,7 @@ $ALT_SSH_PORT = config.fetch('alt_ssh_port', 2222) $nodes.find { |n| n.hostname == 'reverseproxy' }.data['ssh_port'] = $ALT_SSH_PORT desc 'Makes configurations needed before the bootstrap phase' task :preconfig => ssh_config_file do + sh 'mkdir', '-p', 'tmp/' preconfig_file = "tmp/preconfig.#{$SPB_ENV}.stamp" if File.exist?(preconfig_file) puts "I: preconfig already done." -- libgit2 0.21.2