vagrant-hitch 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/lib/vagrant-hitch.rb CHANGED
@@ -42,12 +42,14 @@ module VagrantHitch
42
42
  config.vm.define profile do |config|
43
43
 
44
44
  # Vagrant-DNS Support
45
- if node_config['dns']['tld']
46
- config.dns.tld = node_config['tld']
47
- end
45
+ if node_config['dns']
46
+ if node_config['dns']['tld']
47
+ config.dns.tld = node_config['dns']['tld']
48
+ end
48
49
 
49
- if node_config['dns']['patterns']
50
- config.dns.patterns = node_config['dns']['patterns']
50
+ if node_config['dns']['patterns']
51
+ config.dns.patterns = node_config['dns']['patterns']
52
+ end
51
53
  end
52
54
 
53
55
  # Setup VBox
@@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
15
15
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
16
16
  gem.name = "vagrant-hitch"
17
17
  gem.require_paths = ["lib"]
18
- gem.version = "0.0.7"
18
+ gem.version = "0.0.8"
19
19
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-hitch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: