Commit Graph

226 Commits

Author SHA1 Message Date
Seth Reeser 117dc4bee7 v1.7.0 release. 2015-12-30 09:50:40 -05:00
Seth Reeser 7715a76e3b Updating Contribute section to be specific. 2015-12-30 09:47:37 -05:00
Tadej Janež ef2f01cbc3 Improve README.md for Passwordless sudo.
Add information that the usual sudo group on Fedora/Red Hat systems is
named 'wheel'.
Generalize instructions to make them distribution-agnostic.
Add step on adding yourself to the administrator group.
2015-10-13 10:53:00 +02:00
Seth Reeser 2325313b4e Merge pull request #148 from davejamesmiller/patch-1
Add to readme how to avoid UAC prompt in Windows
2015-10-12 23:36:02 -04:00
Seth Reeser a5f69d8e15 Merge pull request #166 from cold147/hosts-on-docker
fix: move hosts file inside the docker container #136
2015-10-12 23:34:51 -04:00
Elbek Azimov c8af029948 fix: move hosts file inside the docker container #136 2015-10-10 23:28:50 +05:00
Seth Reeser 8f6ed736fd Bumping to v1.6.1 2015-08-06 10:54:17 -04:00
Seth Reeser a48f08d272 Bumping to v1.6.1 2015-08-06 10:53:14 -04:00
Seth Reeser dcdfcc9262 Reversing cf651497a2 as v1.6.0 has been a success. 2015-08-06 10:48:05 -04:00
Seth Reeser bb53e420ae Retain tmp hosts file and fix a bug where powershell mv does not move folder contents, in that context it's moving a file. 2015-08-06 10:39:06 -04:00
Seth Reeser 302337b467 Show latest release downloads. 2015-07-27 10:10:36 -04:00
Seth Reeser 3214098246 Be a bit more specific. 2015-07-27 10:08:25 -04:00
Seth Reeser 1af8453c75 Adding shield.io twitter count/tweet button. 2015-07-27 09:41:50 -04:00
Seth Reeser e7c875de0e Adding shield.io twitter count/tweet button. 2015-07-27 09:39:58 -04:00
Seth Reeser 1f11c0673c Adding shield.io twitter count/tweet button. 2015-07-27 09:38:54 -04:00
Seth Reeser 9900142413 Adding shield.io total downloads. 2015-07-27 09:09:14 -04:00
Seth Reeser 7bee95fc95 Merge pull request #139 from la-magra/is-crlf-hosts-file
Fix situation with hosts file line endings
2015-07-24 09:24:10 -04:00
Seth Reeser cf651497a2 Merge pull request #117 from pbitty/separate_aliases_option
make separating aliases into multiple lines optional
2015-07-22 14:09:16 -04:00
Seth Reeser e051f6f5f4 Merge pull request #154 from smdahlen/release-1-6-0
Releasing version 1.6.0
2015-07-20 17:11:21 -04:00
Seth Reeser e50e04fd38 Releasing version 1.6.0 2015-07-20 17:07:41 -04:00
Dave James Miller dd354c3eb8 Add to readme how to avoid UAC prompt in Windows 2015-06-06 21:58:49 +01:00
la-magra ca57c23941 Fix situation with hosts file line endings
I ran into a situation in which the the hosts file in the guest (ubuntu 14.04) had CRLF line endings when vagranted from a Windows server 2012 R2, with Vagrant 1.7.2 with hostmanager 1.5.0 . The vagrant commands where run from a cygwin shell.
As per Ruby documentation, replacing open mode to binary "Suppresses EOL <-> CRLF conversion on Windows."
2015-03-05 18:41:27 -06:00
Damien Joldersma 7c06c812f6 Fix for issue #108, add a flag to manage guest hosts file. 2014-11-14 12:42:54 -08:00
Paulo Bittencourt 29a4e37f58 make separating aliases into multiple lines optional 2014-10-12 22:29:47 -04:00
Paulo Bittencourt 176d70efc5 Update README.md
Fixes #115.
2014-08-26 21:45:28 -04:00
Paulo Bittencourt 2d4e3ba862 Merge pull request #113 from kensykora/patch-1
Update README.md
2014-08-26 21:34:34 -04:00
Ken Sykora 5a48db2fc3 Update README.md
Fixes a typo in a sample configuration line
2014-08-21 09:37:19 -05:00
Paulo Bittencourt 8ec6108143 Merge pull request #98 from pbitty/refactor_module
migrate HostsFile code into its own class
2014-07-21 22:07:52 -04:00
Paulo Bittencourt 2e54e3fad5 migrate UpdateAll action to use Updater class and remove hosts_file.rb 2014-07-21 21:46:18 -04:00
Paulo Bittencourt 5581f1cbe9 migrate provisioner to use Updater class 2014-07-21 21:42:50 -04:00
Paulo Bittencourt 04dee9b353 migrate UpdateGuest action to use Updater class 2014-07-21 21:42:50 -04:00
Paulo Bittencourt f46b0aa984 migrate UpdateHost action to use Updater class 2014-07-21 21:42:50 -04:00
Paulo Bittencourt 90fe71540a extract Updater class into its own file 2014-07-21 21:42:50 -04:00
Paulo Bittencourt 8456e91fbd remove redundant config argument from Updater initializer 2014-07-21 21:42:31 -04:00
Paulo Bittencourt 22af89a8de isolate core HostsFile module code into its own class 2014-07-21 21:42:31 -04:00
Paulo Bittencourt d60018ad1d remove unnecessary HostsFile include 2014-07-21 21:41:50 -04:00
Paulo Bittencourt 7e2ac2ae30 Merge pull request #105 from axislab/commands
Show description for hostmanager when vagrant list-commands is triggered
2014-07-21 21:31:14 -04:00
Paulo Bittencourt 6a1dcf0a17 Merge pull request #103 from thematthopkins/windows_hostnames_length_fix
splits hostnames across many lines

Closes #60.
2014-07-21 21:28:34 -04:00
axisthemes f81fc562f3 Show description for hostmanager when vagrant list-commands is triggered 2014-07-08 10:07:39 +05:45
Matthew Hopkins db958dfd67 splits hostnames across many lines, as Windows doesn't seem to like more than 8 on a line 2014-06-09 16:50:23 -04:00
Paulo Bittencourt 936e7e4567 Merge pull request #97 from pbitty/config_compat
extract old vagrant version compatibility code into util method
2014-06-01 18:10:50 -04:00
Paulo Bittencourt 0bc2f30b7b extract old vagrant version compatibility code into util method 2014-06-01 15:33:48 -04:00
Paulo Bittencourt f92153ed94 Merge pull request #96 from pbitty/release_150
Ready for 1.5.0 release
2014-05-30 13:24:51 -04:00
Paulo Bittencourt f0a6cca263 bump for 1.5.0 release 2014-05-30 13:06:26 -04:00
Paulo Bittencourt a9e059e52b update README describing new running order on 'vagrant up'
as discussed on #73.
2014-05-30 13:02:16 -04:00
Paulo Bittencourt 8948648cbc Update CHANGELOG.md 2014-05-30 12:26:26 -04:00
Paulo Bittencourt 883b19b1f0 add dev version install instructions to README 2014-05-26 15:27:14 -04:00
Paulo Bittencourt c9ac5620b9 Update CHANGELOG.md 2014-05-26 15:15:44 -04:00
Paulo Bittencourt 5cf04296db Update CHANGELOG.md 2014-05-26 15:15:25 -04:00
Paulo Bittencourt f113535fe8 allow all config variables to be set at top-level and overridden per-machine
All config variables now get initialized to UNSET_VALUE so that any per-machine variables that are unspecified can fall-through to a higher-level config when the config hierarchy is merged by vagrant.

Fixes #91.
2014-05-26 13:57:11 -04:00