This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Description
I have the following gem file, but I'm getting the rsync error below. What am I missing?
source 'https://rubygems.org'
gem 'test-kitchen'
gem 'kitchen-vagrant'
gem 'kitchen-puppet'
gem 'kitchen-sync'
gem 'kitchen-verifier-serverspec'
gem 'r10k'
gem 'puppet'
Error when executing "kitchen list":
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ClientError
>>>>>> Message: Could not load the 'rsync' transport from the load path. Please ensure that your transport is installed as a gem or included in your Gemfile if using Bundler.
>>>>>> ----------------------
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration