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

Vagrant fixes #576

Merged
merged 1 commit into from
Sep 14, 2018
Merged

Vagrant fixes #576

merged 1 commit into from
Sep 14, 2018

Conversation

theo-o
Copy link
Member

@theo-o theo-o commented Sep 11, 2018

  • Bump Vagrant requirement because of change in Vagrant download URL described here
  • Add option to use the VPN
  • Add option to use NFS

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.008%) to 40.94% when pulling 7261af2 on theo-o:better-vagrant into 408d7aa on tjcsl:dev.


Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
Vagrant.configure("2") do |config|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why change this to hard coded?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It gets rid of a warning warning: already initialized constant VAGRANTFILE_API_VERSION. It also reflects the documented example at https://www.vagrantup.com/docs/vagrantfile/version.html.

Copy link
Contributor

@ovkulkarni ovkulkarni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@theo-o theo-o merged commit e16f28c into tjcsl:dev Sep 14, 2018
@theo-o theo-o deleted the better-vagrant branch September 14, 2018 01:24
@theo-o theo-o mentioned this pull request Sep 18, 2018
Merged
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

Successfully merging this pull request may close these issues.

3 participants