vagrant-zones 0.1.75 → 0.1.76

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: 9c008c22b5f7efc81dcada78d32f8ec51afc0daec62bc8442a551f75e49c6d22
4
- data.tar.gz: 68dce9d525af71bd5dba8b728431b697f23c5cfa2cb5c52c72fbacada52d6854
3
+ metadata.gz: 1dab425b6690300af387e357ac70a9582012231cd24a0e42e0b2c1efc063bb83
4
+ data.tar.gz: bb354c70334e6a60edb4f0db444380b189cc14378ba5d0de4e02d69117f2f71a
5
5
  SHA512:
6
- metadata.gz: 410f53f551c6975924ccc128dec2929d161560357d46420271c1598c44c68b1b9d700d5cf7280e4c149f47dd7ec8d9829ebfdeec365385c1b7109000a122be63
7
- data.tar.gz: 1b6ab64d7c9aab1daf1af38dc8a44e10d8bd2758ecac13be6f69ae9c4d0a7e722bee5f904c1f8319b3d2944cef932e76924994e4ec5070ef5675f040082ca950
6
+ metadata.gz: 1802d96944997330e489f88800b6b156b7850acb6eb9e40febbec600e3eafa0fcb0a5f4875443b9818dee6b4dd700df7d7fc8e583d08f1515eeb3c6c0ec3716d
7
+ data.tar.gz: e4a2a9f1cd7d5b8799edacce7bfec549caeaf052ec2e6066a378f8168cc05e2eaea9c24d2c40b166360c6a770d5ceaeef6ca8426c1729347be0b1e7b7ad6cf9d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.76](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.75...v0.1.76) (2023-11-27)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * forgot to add to config.rb ([5a98934](https://github.com/STARTcloud/vagrant-zones/commit/5a98934851f78e3ec9f1a1c0580aeb3d50cab66b))
9
+
3
10
  ## [0.1.75](https://github.com/STARTcloud/vagrant-zones/compare/v0.1.74...v0.1.75) (2023-11-27)
4
11
 
5
12
 
@@ -7,7 +7,7 @@ module VagrantPlugins
7
7
  # This is used define the variables for the project
8
8
  class Config < Vagrant.plugin('2', :config)
9
9
  # rubocop:disable Layout/LineLength
10
- attr_accessor :brand, :autoboot, :setup_method, :safe_restart, :allowed_address, :safe_shutdown, :boxshortname, :kernel, :debug, :debug_boot, :private_network, :winalcheck, :winlcheck, :lcheck, :alcheck, :snapshot_script, :diskif, :netif, :cdroms, :disk1path, :disk1size, :cpus, :cpu_configuration, :boot, :complex_cpu_conf, :memory, :vagrant_user, :vagrant_user_private_key_path, :setup_wait, :clean_shutdown_time, :dhcp4, :vagrant_user_pass, :firmware_type, :vm_type, :partition_id, :shared_disk_enabled, :shared_dir, :acpi, :os_type, :console, :consolehost, :consoleport, :console_onboot, :hostbridge, :sshport, :rdpport, :override, :additional_disks, :cloud_init_resolvers, :cloud_init_enabled, :cloud_init_dnsdomain, :cloud_init_password, :cloud_init_sshkey, :cloud_init_conf, :dns, :box, :vagrant_cloud_creator, :winbooted_string, :booted_string, :zunlockbootkey, :zunlockboot, :xhci_enabled, :login_wait
10
+ attr_accessor :brand, :autoboot, :setup_method, :safe_restart, :allowed_address, :safe_shutdown, :boxshortname, :kernel, :debug, :debug_boot, :private_network, :winalcheck, :winlcheck, :lcheck, :alcheck, :snapshot_script, :diskif, :netif, :cdroms, :disk1path, :disk1size, :cpus, :cpu_configuration, :boot, :complex_cpu_conf, :memory, :vagrant_user, :vagrant_user_private_key_path, :setup_wait, :on_demand_vnics, :clean_shutdown_time, :dhcp4, :vagrant_user_pass, :firmware_type, :vm_type, :partition_id, :shared_disk_enabled, :shared_dir, :acpi, :os_type, :console, :consolehost, :consoleport, :console_onboot, :hostbridge, :sshport, :rdpport, :override, :additional_disks, :cloud_init_resolvers, :cloud_init_enabled, :cloud_init_dnsdomain, :cloud_init_password, :cloud_init_sshkey, :cloud_init_conf, :dns, :box, :vagrant_cloud_creator, :winbooted_string, :booted_string, :zunlockbootkey, :zunlockboot, :xhci_enabled, :login_wait
11
11
 
12
12
  # rubocop:enable Layout/LineLength
13
13
 
@@ -49,6 +49,7 @@ module VagrantPlugins
49
49
  @hostbridge = 'i440fx'
50
50
  @acpi = 'on'
51
51
  @setup_wait = 90
52
+ @on_demand_vnics = 'true'
52
53
  @box = UNSET_VALUE
53
54
  @clean_shutdown_time = 300
54
55
  @vmtype = 'production'
@@ -2,7 +2,7 @@
2
2
 
3
3
  module VagrantPlugins
4
4
  module ProviderZone
5
- VERSION = '0.1.75'
5
+ VERSION = '0.1.76'
6
6
  NAME = 'vagrant-zones'
7
7
  end
8
8
  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.75
4
+ version: 0.1.76
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Gilbert