vagrant-software-bridge 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7c8f86f828dd3a5a57bf4ee98f0fab9761e54ce
4
- data.tar.gz: f657ea6f19494a0576e18ffb708a33958d265db3
3
+ metadata.gz: 88e309bb918d174019948ae952cdae6cb66f26d5
4
+ data.tar.gz: cee343ebbe3809a619593e1fdc4d73af98ed3dec
5
5
  SHA512:
6
- metadata.gz: 916a6ec5b6e88c921b5d5433b3ece44b86d7c051a88065ade18b42d3d32d002f781eab0b5b0cca48d1614a51114b71f2fd3dc2bee7b2e75fa0bae7413f621a5e
7
- data.tar.gz: 309319b5bd034fe956e9ac84b079e7dad1e76b15803ad734539d1e7914bd738b2387aa0201650aab18e331059aebecd49d9508b2932754786af5bb0b3751eaf0
6
+ metadata.gz: ca4c859819601efd6c57cf922a92456c42498b33683862f46efd71cae590f51702575fcc20f9fafdd6ab01f426b661a96f4d74ffda93d70388f77bce8bea0cd6
7
+ data.tar.gz: 613519c1d23ea65b29e13bc4b6f27e29d29c5a317f7c17d662098946b096169ae10310d909de49f69a5d7e26ac1bfd68cb02c946ed7eff157cf51268fdebfe4c
@@ -15,8 +15,16 @@ module VagrantPlugins
15
15
  # configuration middleware) do the actual network configuration on the
16
16
  # way up the middleware stack. Therefore, this ensures that we will
17
17
  # configure the bridges after the rest of the interfaces.
18
+
19
+ # Hook in before VirtualBox provider
18
20
  hook.before(VagrantPlugins::ProviderVirtualBox::Action::Network,
19
21
  Action)
22
+
23
+ if Vagrant.has_plugin?("vagrant-lxc")
24
+ require "vagrant-lxc/action"
25
+ # Hook in before LXC provider
26
+ hook.before(Vagrant::LXC::Action::PrivateNetworks, Action)
27
+ end
20
28
  end
21
29
 
22
30
  config "software_bridge" do
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module SoftwareBridge
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-software-bridge
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arctic Wolf Networks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-15 00:00:00.000000000 Z
11
+ date: 2015-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler