smerrill / vagrant-gatling-rsync

An rsync watcher for Vagrant 1.5.1+ that uses fewer host resources.
http://rubygems.org/gems/vagrant-gatling-rsync
MIT License
242 stars 17 forks source link

Should `config.gatling.rsync_on_startup = true` be inside `if Vagrant.has_plugin?("vagrant-gatling-rsync")`? #36

Open yingliangzhang opened 7 years ago

yingliangzhang commented 7 years ago

Just read the doc and wondering should config.gatling.rsync_on_startup = true be put in if Vagrant.has_plugin?("vagrant-gatling-rsync") ?

Ig0r-M-magic42 commented 6 years ago

@yingliangzhang have you tried inside has plugin to see if it works?