Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
plugin: Give the provider a higher priority over Vagrant's builtin VB…
Browse files Browse the repository at this point in the history
…ox provider
  • Loading branch information
fgrehm committed Jan 8, 2015
1 parent 2a48f36 commit 2a667b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ BACKWARDS INCOMPATIBILITIES:

- Support for Vagrant versions prior to 1.5 have been removed.

IMPROVEMENTS:

- The provider will now have a higher priority over the VirtualBox provider
in case VirtualBox is installed alongside lxc dependecies.


## [1.0.1](https://github.com/fgrehm/vagrant-lxc/compare/v1.0.0...v1.0.1) (Oct 15, 2014)

Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-lxc/plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Plugin < Vagrant.plugin("2")
LXC-based virtual machines.
EOF

provider(:lxc, parallel: true) do
provider(:lxc, parallel: true, priority: 7) do
require File.expand_path("../provider", __FILE__)

I18n.load_path << File.expand_path(File.dirname(__FILE__) + '/../../locales/en.yml')
Expand Down

0 comments on commit 2a667b8

Please sign in to comment.