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
|
||||
- git-core
|
||||
- openssh-server
|
||||
- openssh-client
|
||||
- rsync
|
||||
|
||||
swift_devel_distro_packages:
|
||||
|
@ -17,6 +17,7 @@ swift_distro_packages:
|
||||
- curl
|
||||
- git
|
||||
- openssh-server
|
||||
- openssh-clients
|
||||
- rsync
|
||||
- cronie
|
||||
- cronie-anacron
|
||||
|
Loading…
x
Reference in New Issue
Block a user