Code Review
/
releng
/
common-packer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a1cf019
)
Install OpenSSH with the SSHAgentFeature
40/11740/1
author
Thanh Ha
<thanh.ha@linuxfoundation.org>
Wed, 11 Jul 2018 21:14:15 +0000
(17:14 -0400)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Wed, 11 Jul 2018 21:14:17 +0000
(17:14 -0400)
The SSHAgentFeature provides the Windows service necessary to
allow ssh-agent to work properly.
Issue: RELENG-999
Change-Id: I6d5ba7f599dd20e1d2052854efcae66da11cedeb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
provision/windows-builder.yaml
patch
|
blob
|
history
diff --git
a/provision/windows-builder.yaml
b/provision/windows-builder.yaml
index
fd9e0f3
..
18cd60c
100644
(file)
--- a/
provision/windows-builder.yaml
+++ b/
provision/windows-builder.yaml
@@
-11,13
+11,18
@@
- cmake
- curl
- git
- - openssh
- python2
- python3
- vim
- wget
- zulu8
+ - name: Install OpenSSH
+ win_chocolatey:
+ name: openssh
+ state: present
+ params: /SSHAgentFeature
+
- name: Install CMake
win_chocolatey:
name: cmake