projects
/
vagrant-dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e83a68a
)
(typo)
master
author
Jude N
<juden@pwan.org>
Mon, 19 Nov 2018 04:42:36 +0000
(23:42 -0500)
committer
Jude N
<juden@pwan.org>
Mon, 19 Nov 2018 04:42:36 +0000
(23:42 -0500)
lib/provisioner.rb
patch
|
blob
|
history
diff --git
a/lib/provisioner.rb
b/lib/provisioner.rb
index
a1df473
..
0ed2f18
100644
(file)
--- a/
lib/provisioner.rb
+++ b/
lib/provisioner.rb
@@
-5,7
+5,7
@@
CP_SSH_DIR=<<-end_cp_ssh_dir
touch %{user_home}/.tmpssh/authorized_keys;
cat %{user_home}/.tmpssh/authorized_keys {user_home}/.ssh/authorized_keys > %{user_home}/.tmpssh/authorized_keys;
cp -rf %{user_home)/.tmpssh/* %{user_home}/.ssh/;
- rm -rf %{user_name}/.tmpssh
"
+ rm -rf %{user_name}/.tmpssh
;
end_cp_ssh_dir
module VagrantPlugins