coderanger / kitchen-sync

Test Kitchen transport plugin to speed up tests.
Apache License 2.0
81 stars 24 forks source link

Could not load 'rsync' transport from load path #25

Open pietervogelaar opened 7 years ago

pietervogelaar commented 7 years ago

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
jetaro1 commented 7 years ago

thank you :)

dragon788 commented 6 years ago

Have you run bundle install before you run ktichen list?

dgreeninger commented 4 years ago

Try running chef gem install kitchen-sync

nkempel commented 1 year ago

Try running chef gem install kitchen-sync

That worked for me, thanks @dgreeninger !! 😊