Ensure ssh client is available for rsync
This is in a seperate package on ubuntu/centos systems and bundled in openssh on suse. The ssh client was missing on centos so this patch ensures it is always present for all distributions. Change-Id: I4885f88938bd49ae81ce8f0a85fde46ddbe311a4
This commit is contained in:
parent
02af184a83
commit
d73548e20f
@ -19,6 +19,7 @@ swift_distro_packages:
|
|||||||
- curl
|
- curl
|
||||||
- git-core
|
- git-core
|
||||||
- openssh-server
|
- openssh-server
|
||||||
|
- openssh-client
|
||||||
- rsync
|
- rsync
|
||||||
|
|
||||||
swift_devel_distro_packages:
|
swift_devel_distro_packages:
|
||||||
|
@ -17,6 +17,7 @@ swift_distro_packages:
|
|||||||
- curl
|
- curl
|
||||||
- git
|
- git
|
||||||
- openssh-server
|
- openssh-server
|
||||||
|
- openssh-clients
|
||||||
- rsync
|
- rsync
|
||||||
- cronie
|
- cronie
|
||||||
- cronie-anacron
|
- cronie-anacron
|
||||||
|
Loading…
x
Reference in New Issue
Block a user