-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[x] Fixed network adapter configuration issue if using provider-specific config [hashicorp/vagrant#2854] [x] Fixed error "dhclient is already running" [GH-83] [x] Fixed error "VM Boot Timeout" [GH-58] [x] Added possibility to skip guest tools check [x] Added interrupt handling in import/export actions [GH-36] [x] Deprecated Vagrantfile in boxes. Base MAC is not required [GH-79]
- Loading branch information
Showing
39 changed files
with
2,069 additions
and
830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,33 @@ | ||
# OS-specific | ||
.DS_Store | ||
|
||
#rbenv | ||
.ruby-version | ||
# Vagrant stuff | ||
acceptance_config.yml | ||
boxes/* | ||
/Vagrantfile | ||
/.vagrant | ||
/vagrant-spec.config.rb | ||
|
||
# Bundler/Rubygems | ||
*.gem | ||
.bundle | ||
pkg/* | ||
tags | ||
Gemfile.lock | ||
/Gemfile.lock | ||
test/tmp/ | ||
|
||
# Vagrant | ||
|
||
# Vagrant stuff | ||
acceptance_config.yml | ||
boxes/* | ||
Vagrantfile | ||
.vagrant | ||
vagrant-spec.config.rb | ||
*.box | ||
# Python | ||
*.pyc | ||
sandi_meter | ||
|
||
# Rubinius | ||
*.rbc | ||
|
||
# IDE junk | ||
.idea/* | ||
*.iml | ||
|
||
# Ruby Managers | ||
.rbenv | ||
.ruby-gemset | ||
.ruby-version | ||
.rvmrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.