vagrant-zones 0.1.64 → 0.1.66

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: 722ca0c9fbda727beb0e393ff921a5cafe3832b4fc7568eb8a564211c924867c
4
- data.tar.gz: 9f6161e8374c34eef8f13423d8534849c4d7c4a501532a7e9384de1f6bdbdccf
3
+ metadata.gz: 75cd42645b2bffbb94157138bc66a237f319c55b13dd44d5a894a2974d9e106f
4
+ data.tar.gz: f8896a1d61d6277e5bbaa97795a63e13b4610a3fc40e852476170654cd14cc6b
5
5
  SHA512:
6
- metadata.gz: a3278978e49ac636071914cd2a5d7e231fd702a6e35c1cbdc7ee25d07d2463ba1c9b41dbd61c1e985b23b5eb87d5c5c677158bd0335d4118b9aa016b8615f447
7
- data.tar.gz: ec604b4e5a76ea6f2ee4b26e4207c9d0698940a54dd89f3b1b6faa30917fe7bf745bab0c362b9d9d644a297d062d18b45d874bedef3641e2e43842edb3930a45
6
+ metadata.gz: b3af9762bf8494ea6939ca6367c9475e83906ecff5113f1680a0c8db516992ba769d8e33385fb332146ae79557264db3fb108ac472884359687329af51ed9377
7
+ data.tar.gz: f96782b41ea8ee43859067a5eacaf55929e1aee702284b03c7ccc2f19ad37ef27a21e7acab835de4068df8e0959e37d751b374a2365652827bdb114626459589
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.66](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.65...v0.1.66) (2023-01-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * a second time ([e806bd6](https://github.com/STARTcloud/vagrant-zones/commit/e806bd6dfa46d65e349e3fa524d7be579637f874))
9
+ * don't delete other configs after startup ([ff77fff](https://github.com/STARTcloud/vagrant-zones/commit/ff77fffec85507e2278733d3384966597308f934))
10
+ * rubylint ([0da25a2](https://github.com/STARTcloud/vagrant-zones/commit/0da25a23888976e32da494e08debb6057c3ff7e8))
11
+
12
+ ## [0.1.65](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.64...v0.1.65) (2023-01-06)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * command ([747f3fc](https://github.com/STARTcloud/vagrant-zones/commit/747f3fc308468ad6ceb31da3323b2657e5f5d5a7))
18
+
3
19
  ## [0.1.64](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.63...v0.1.64) (2023-01-06)
4
20
 
5
21
 
@@ -279,7 +279,7 @@ module VagrantPlugins
279
279
 
280
280
  break
281
281
  end
282
- errormessage = "==> #{name} ==> Command ==> #{cmd} \nFailed with ==> #{responses[-1]}"
282
+ errormessage = "==> #{name} ==> Command ==> #{command} \nFailed with ==> #{responses[-1]}"
283
283
  raise errormessage if responses[-1].to_s.match(/Error Code: \b(?!0\b)\d{1,4}\b/)
284
284
  end
285
285
  end
@@ -1054,7 +1054,7 @@ module VagrantPlugins
1054
1054
 
1055
1055
  ## This setups the Netplan based OS Networking via Zlogin
1056
1056
  def zoneniczloginsetup_netplan(uii, opts, mac)
1057
- zlogin(uii, 'rm -rf /etc/netplan/*.yaml')
1057
+ zlogin(uii, 'rm -rf /etc/netplan/*.yaml') if (opts[:nic_number]).zero?
1058
1058
  ip = ipaddress(uii, opts)
1059
1059
  vnic_name = vname(uii, opts)
1060
1060
  servers = dnsservers(uii, opts)
@@ -2,7 +2,7 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.64'
5
+ VERSION = '0.1.66'
6
6
  NAME = 'vagrant-zones'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-zones
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.64
4
+ version: 0.1.66
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-06 00:00:00.000000000 Z
11
+ date: 2023-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n