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:
Jonathan Rosser 2018-12-18 12:23:04 +00:00
parent 02af184a83
commit d73548e20f
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ swift_distro_packages:
- curl
- git-core
- openssh-server
- openssh-client
- rsync
swift_devel_distro_packages:

View File

@ -17,6 +17,7 @@ swift_distro_packages:
- curl
- git
- openssh-server
- openssh-clients
- rsync
- cronie
- cronie-anacron