Skip to content

Commit

Permalink
Refs theforeman#7719 - explicitly create .ssh dir in home
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap authored and Dominic Cleal committed Oct 21, 2014
1 parent 088c656 commit 016e15c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ task :install => :build do |t|
# foreman-debug
DEBUGDIR = ENV['DEBUGDIR'] || "script/foreman-debug.d"
mkdir_p "#{DATAROOTDIR}/foreman/#{DEBUGDIR}"

# ssh
mkdir_p "#{DATAROOTDIR}/foreman/.ssh"
end

task :default => :build
Expand Down

0 comments on commit 016e15c

Please sign in to comment.