Removing existing ssh key directory

This commit is contained in:
ilya 2010-08-08 19:16:20 -07:00
parent a91fc08105
commit 49544135a1

View file

@ -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