vagrant-hitch 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/lib/vagrant-hitch.rb CHANGED
@@ -40,6 +40,16 @@ module VagrantHitch
40
40
  profiles.each do |profile, node_config|
41
41
  # Bail out if it is one of our special 'ignore' config blocks
42
42
  config.vm.define profile do |config|
43
+
44
+ # Vagrant-DNS Support
45
+ if node_config['dns']['tld']
46
+ config.dns.tld = node_config['tld']
47
+ end
48
+
49
+ if node_config['dns']['patterns']
50
+ config.dns.patterns = node_config['dns']['patterns']
51
+ end
52
+
43
53
  # Setup VBox
44
54
  config.vm.box = node_config['vbox']
45
55
  config.vm.box_url = node_config['vbox_url']
@@ -149,5 +159,3 @@ module VagrantHitch
149
159
  end.curry[cfdir]
150
160
  end
151
161
  end
152
-
153
-
@@ -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.6"
18
+ gem.version = "0.0.7"
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.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-11-08 00:00:00.000000000 Z
13
+ date: 2012-11-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: vagrant