-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
should support for vagrant plugin config settings #186
Comments
this is not easy as I haven't figured out how to set plugin config dynamically. The current WIP branch: https://github.com/hoatle/teracy-dev/tree/features/186-plugins-settings |
… plugins checking temporarily to use new plugins config settings format
I've merged as incomplete implementation:
but temporarily use fixed plugin checking. Need to work on this to get it dynamic. |
…ng vagrant-gatling-rsync time_format config
related to #239 |
new plugin config format from #239
|
#246 should help to customize other vagrant plugins now, though, it's not the most convenient way (just json config is enough) |
there are cases that we need to add additional vagrant config, usually when use more custom plugins.
We should not edit Vagrantfile directly but use vagrant_config.json instead (of course, override-able by vagrant_config_override.json, too)
plugins config section like:
The text was updated successfully, but these errors were encountered: