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: add automatic support for landrush #724

Merged
merged 1 commit into from
Dec 30, 2016

Conversation

swalkinshaw
Copy link
Member

Previously we documented these changes that people would need to manually make. This handles it automatically so landrush is supported out of the box if the user installs the plugin.

@@ -63,8 +63,12 @@ Vagrant.configure('2') do |config|
config.hostmanager.enabled = true
config.hostmanager.manage_host = true
config.hostmanager.aliases = hostnames + redirects
elsif Vagrant.has_plugin? 'landrush'
Copy link
Contributor

Choose a reason for hiding this comment

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

This probably isn't going to work as expected, many users will have both hostmanager and landrush installed.

@swalkinshaw swalkinshaw force-pushed the add-landrush-to-vagrantfile branch from ad56ce8 to 437b28f Compare December 30, 2016 17:53
Previously we documented these changes that people would need to
manually make. This handles it automatically so landrush is supported
out of the box if the user installs the plugin.
@swalkinshaw swalkinshaw force-pushed the add-landrush-to-vagrantfile branch from 437b28f to 6f004d9 Compare December 30, 2016 17:54
@swalkinshaw swalkinshaw changed the title Improve Vagrantfile landrush support Vagrantfile: add automatic support for landrush Dec 30, 2016
@swalkinshaw swalkinshaw changed the title Vagrantfile: add automatic support for landrush Vagrant: add automatic support for landrush Dec 30, 2016
@kalenjohnson
Copy link
Contributor

Much better, you are my hero wilkinsin

@swalkinshaw swalkinshaw merged commit a6f0793 into master Dec 30, 2016
@swalkinshaw swalkinshaw deleted the add-landrush-to-vagrantfile branch December 30, 2016 18:42
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.

2 participants