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

Fix Vagrantfile for Vagrant 1.3.4 using 'Vagrant.configure('2') syntax #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gregelin
Copy link

@gregelin gregelin commented Nov 1, 2013

The Vagrantfile was failing with Vagrant 1.3.4. This Vagrant file works.

However, I could not get the hostname directive to work, even after changing the syntax to hostname from host_name. I finally just commented. Whenever the vagrant up was run with the host name directive uncommented, the VM would be created and the provision would never run.

@gregelin
Copy link
Author

gregelin commented Nov 1, 2013

Vagrant fixed a bug in version 1.3.5 which allows config.vm.hostname to work again. (Note hostname and no longer host_name.)

I think my master will now be a head of yours. I may send another pull request.

@philippkueng
Copy link
Owner

Hi @gregelin
Sorry that it has taken me so long. It looks good, will test it within the next hour.
Could you remove the README from the pull request? Since you changed the url, and i'm not sure the output is necessary. However I like the license change :)

@ghost ghost assigned philippkueng Nov 5, 2013
@philippkueng
Copy link
Owner

Tested, everything works. Regarding the PR. ...i think i'll cherry pick the changes to the vagrant file you made. if that's ok with you.

@gregelin
Copy link
Author

gregelin commented Nov 5, 2013

That is fine. Do you still me need me to make the readme changes? And redo the pull request?

Sent from my iPhone

Greg Elin
e: [email protected]
t: @gregelin
c: 917-304-3488

On Nov 5, 2013, at 10:59 AM, Philipp Küng [email protected] wrote:

Tested, everything works. Regarding the PR. ...i think i'll cherry pick the changes to the vagrant file you made. if that's ok with you.


Reply to this email directly or view it on GitHub.

@philippkueng
Copy link
Owner

Nope, i'll do it. Thanks for your help updating the project. Really appreciate it.

@gregelin
Copy link
Author

gregelin commented Nov 5, 2013

Thanks for the work you did!

Our mission at GitMachines is to make it easy for innovators to bring open source and new tech into security-minded institutions. Out goal is to create accreditation-ready configurations. CKAN is a tech/project identified as high value.

Sent from my iPhone

Greg Elin
e: [email protected]
t: @gregelin
c: 917-304-3488

On Nov 5, 2013, at 11:09 AM, Philipp Küng [email protected] wrote:

Nope, i'll do it. Thanks for your help updating the project. Really appreciate it.


Reply to this email directly or view it on GitHub.

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