Commit Graph

198 Commits

Author SHA1 Message Date
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
Paulo Bittencourt 378cfda03c remove redundant initialization from Config 2014-05-26 13:13:06 -04:00
Paulo Bittencourt 25c83e57eb update vagrant dependency to 1.6.2 2014-05-25 12:43:36 -04:00
Paulo Bittencourt b0182c1ca3 Merge pull request #95 from bkon/feature/sudo-docs
Documentation on how to set up password-less sudo for this plugin.
2014-05-25 10:43:06 -04:00
Paulo Bittencourt 4024856005 run hostmanager before provisioners on up action
Fixes #73.
2014-05-25 00:48:35 -04:00
Konstantin Burnaev bb6e0efb7c Fixed a minor typo in README.md 2014-05-25 08:20:02 +10:00
Konstantin Burnaev 17cce69c38 Minor documentation update. 2014-05-25 08:18:25 +10:00
Paulo Bittencourt fc1fde759d Merge pull request #93 from colandre/master
Force move on linux systems
2014-05-16 00:57:50 -04:00
colandre 78cf4b239d Force move on linux systems
If the script is run as root, usually mv has an alias to ask for
overwriting. This force the overwriting.
2014-05-14 16:06:12 +02:00
Paulo Bittencourt 21f7d23105 Update CHANGELOG.md 2014-04-27 12:14:04 -04:00
Paulo Bittencourt 5f854824e2 Merge pull request #85 from ColinHebert/fix_no_ip
Check that the IP is set before adding a new line to the hosts file
2014-04-27 12:06:50 -04:00
Paulo Bittencourt ae7ac77efa Merge pull request #67 from thematthopkins/windows_guests
Fix for windows guests running on non-windows hosts.
2014-04-27 11:14:12 -04:00
Colin Hebert bc997adc3b Check that the IP is set before adding a new line 2014-04-01 17:04:56 +11:00
Matthew Hopkins debf5e732a winder update 2014-03-18 09:00:11 -04:00
Matthew Hopkins 18d3083f07 Merge branch 'master' of github.com:smdahlen/vagrant-hostmanager into windows_guests 2014-03-18 08:54:11 -04:00
Paulo Bittencourt e9265645e2 Merge pull request #84 from pbitty/release_140
Ready for 1.4.0 release
2014-03-17 22:35:18 -04:00
Paulo Bittencourt b768485fa3 bump for 1.4.0 release 2014-03-17 22:32:35 -04:00
Paulo Bittencourt 68aee1d3d9 create changelog 2014-03-17 22:25:19 -04:00
Paulo Bittencourt f22cccb741 allow overriding vagrant box in test Vagrantfile via ENV variable 2014-03-17 21:20:59 -04:00
Paulo Bittencourt 552a791ef4 fix provisioner issue in vagrant 1.5
relates to #80
2014-03-17 21:20:59 -04:00
Paulo Bittencourt 3350c07bdc update Gemfile and test Vagrantfile to support vagrant 1.5
relates to #80
2014-03-17 21:20:59 -04:00
Paulo Bittencourt c5e3b5e345 Merge pull request #81 from januzis/vagrant-1.5-support
Replaced deprecated config_global with vagrantfile.config to support vagrant 1.5 API
2014-03-16 13:51:45 -04:00
januzis 5a22784753 Fixes introduced error running vagrant hostmanager command 2014-03-12 21:23:33 +01:00
januzis c6219655f5 Replaced deprecated config_global with vagrantfile.config 2014-03-12 11:51:14 +01:00
Paulo Bittencourt 56ce9f895d Merge pull request #78 from thematthopkins/less_sudo_2
only update hosts file if it has changed - for both host and guest

Closes #68.
2014-02-24 23:24:42 -05:00
Paulo Bittencourt a7a90d5aae Merge pull request #79 from pbitty/fix_pr52_regression
Fix regression in #52.
2014-02-24 23:23:46 -05:00
Matthew Hopkins 3051f4b3e3 only update hosts file if it has changed - for both host and guest 2014-02-24 14:14:57 -05:00
Paulo Bittencourt fec2c501fd Fix regression in #52.
We accidentally stopped filtering out machines from other providers.
2014-02-24 13:10:37 -05:00
Paulo Bittencourt 93fd353135 Merge pull request #64 from sstrato/patch-1
only first private_network is used
2014-02-20 20:44:34 -05:00