Skip to content
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

Plugin Changes in Vagrantfile #320

Closed
petems opened this issue Jun 24, 2014 · 1 comment
Closed

Plugin Changes in Vagrantfile #320

petems opened this issue Jun 24, 2014 · 1 comment

Comments

@petems
Copy link
Member

petems commented Jun 24, 2014

Some Vagrant plugins are on by default, and require explicit turning off.

It would be nice if we could have an option to turn off a Vagrant plugings option to speed up Beaker runs:

if option[:no_vbguest]
   v_file << "c.vbguest.auto_update = false"
end
justinstoller pushed a commit to justinstoller/beaker that referenced this issue Nov 4, 2014
A common Vagrant plugin can cause considerably lengthier test runs
unless disabled in the Vagrantfile.

This patch allows disabling the "vb auto update plugin" via an
environment variable
justinstoller pushed a commit to justinstoller/beaker that referenced this issue Nov 4, 2014
A common Vagrant plugin can cause considerably lengthier test runs
unless disabled in the Vagrantfile.

This patch allows disabling the "vb auto update plugin" via an
environment variable

Originally coded by @petems (Peter Souter)
  refactored by @justinstoller (Justin Stoller)
colinPL added a commit that referenced this issue Nov 6, 2014
(GH-320) Allow disabling of vbguest plugin auto-update
@justinstoller
Copy link
Contributor

We've merged your specific case @petems (and thus closed this related PR) considering the number of issues we have for other tweaks to the Vagrantfile I've created a ticket to track making the Vagrantfile generically configurable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants