vagrant-zones 0.1.10 → 0.1.12

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
  SHA256:
3
- metadata.gz: b51ba5c43caff9de4276241efbdbbb266bc9f6b67578e828053d96248e83ce62
4
- data.tar.gz: 906ac3a396962c04c1e1cce41f443bc04daa5af38430d4e3d6413855487bc1c4
3
+ metadata.gz: d121585efc8abfbeaf00780b1db4253f45a26a70a0ec695a2bfee67173145104
4
+ data.tar.gz: 285ebe5ef90c665d3f1877356f4e1951a03e3f2a5c245bd2788db4ed2490e684
5
5
  SHA512:
6
- metadata.gz: 6f7f30ac93cc24cb6deb21787f03a45861419033ca63e7311e7dc3e0d05572314d1617f1e4e449bd783b53851927fdbf9b022dc4094cf85907d8ec92236958a1
7
- data.tar.gz: 9e674d3c31c5caabd952f7ad7088c5e6e2d8400fdf044a10cb32cf0be3f38071aae5e8ed438b61e99a8212e0079287ad051e502ce23d80df0caac61e8cae01b8
6
+ metadata.gz: 6004a81fd9f3ea91eb2e4d94f752a7ee891f6cf528d476a54f2ec8be3d405fc9246640da7d5a6f64a0aecf3e1aea887dbec3e7fd94927d3eef19e894379562f9
7
+ data.tar.gz: 88cfcf57f9ef5af68d4af87cf36c758d03bf40090f522589dac019913624d517c0bc91dd1b910f9ca98241e9a0710650009f5f4e5be0c49bf9223eec0745e177
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ### [0.1.42](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.41...v0.1.42) (2022-11-23)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * missing config var ([19ad3b1](https://www.github.com/STARTcloud/vagrant-zones/commit/19ad3b1b1699f638443ed2bec27f925bcb957fdc))
9
+
10
+ ### [0.1.12](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.11...v0.1.12) (2022-11-23)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * release 0.1.42 ([3406cc3](https://www.github.com/STARTcloud/vagrant-zones/commit/3406cc31ffe06ae118a3392cc1999a9f486ce4bb))
16
+ * version ([18ecccf](https://www.github.com/STARTcloud/vagrant-zones/commit/18ecccf75703819390479e169a86b2908b65a34a))
17
+
18
+ ### [0.1.11](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.10...v0.1.11) (2022-11-23)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * login_wait variable ([713097a](https://www.github.com/STARTcloud/vagrant-zones/commit/713097ad0b4677509231bd2ab81a53e0fa8875c5))
24
+
3
25
  ### [0.1.10](https://www.github.com/STARTcloud/vagrant-zones/compare/v0.1.9...v0.1.10) (2022-11-23)
4
26
 
5
27
 
@@ -61,7 +61,7 @@ module VagrantPlugins
61
61
  @vagrant_user_private_key_path = './id_rsa'
62
62
  @xhci_enabled = 'off'
63
63
  @override = false
64
- @login_wait = 4
64
+ @login_wait = 5
65
65
  @cloud_init_enabled = false
66
66
  @cloud_init_conf = 'on'
67
67
  @cloud_init_dnsdomain = nil
@@ -212,6 +212,7 @@ module VagrantPlugins
212
212
 
213
213
  # This Sanitizes the DNS Records
214
214
  def dnsservers(uii, opts)
215
+ config = @machine.provider_config
215
216
  servers = opts['dns']
216
217
  servers = [{ 'nameserver' => '1.1.1.1' }, { 'nameserver' => '8.8.8.8' }] if opts['dns'].nil?
217
218
  uii.info(I18n.t('vagrant_zones.nsservers') + servers.to_s) if config.debug
@@ -2,6 +2,6 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.10'
5
+ VERSION = '0.1.12'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-zones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert