Removing existing ssh key directory
This commit is contained in:
parent
a91fc08105
commit
49544135a1
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
package :git, :provides => :scm do
|
||||
description 'Git Distributed Version Control'
|
||||
apt %w( git-core ) do
|
||||
pre :install, "rm -rf /root/.ssh/"
|
||||
pre :install, "mkdir -p /root/.ssh/"
|
||||
end
|
||||
requires :pubkey
|
||||
|
|
|
|||
Loading…
Reference in a new issue