testlab 1.6.4 → 1.6.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,9 @@ class TestLab
41
41
  def on_container_provision(container)
42
42
  @ui.logger.debug { "BIND Provisioner: Container #{container.id}" }
43
43
 
44
- bind_reload(container.node)
44
+ # ensure we override the config hash with the nodes configuration
45
+ @config = container.node.config
46
+ bind_provision(container.node)
45
47
 
46
48
  true
47
49
  end
@@ -1,6 +1,6 @@
1
1
  class TestLab
2
2
  unless const_defined?(:VERSION)
3
3
  # TestLab Gem Version
4
- VERSION = "1.6.4"
4
+ VERSION = "1.6.5"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testlab
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.4
4
+ version: 1.6.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-31 00:00:00.000000000 Z
12
+ date: 2013-09-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: gli
@@ -342,7 +342,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
342
342
  version: '0'
343
343
  segments:
344
344
  - 0
345
- hash: -3010974033423526223
345
+ hash: -1958778561098121213
346
346
  required_rubygems_version: !ruby/object:Gem::Requirement
347
347
  none: false
348
348
  requirements:
@@ -351,7 +351,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
351
351
  version: '0'
352
352
  segments:
353
353
  - 0
354
- hash: -3010974033423526223
354
+ hash: -1958778561098121213
355
355
  requirements: []
356
356
  rubyforge_project:
357
357
  rubygems_version: 1.8.25