vagrant-uplift 0.2.1902.46 → 0.2.1902.49

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1409fe4c0a225be4cfa8cd90f6b87a19760c9109eeeb756f86efdd4796aa7e54
4
- data.tar.gz: 066f10a7b7eb2e72ac59049e8e375b6c0ec7b6751d7b3ac2b880d1e484da3b5c
3
+ metadata.gz: 30c8f1748e3910c1f057870dcfe1d70622502e0243234e6d8e5e7de490dab62a
4
+ data.tar.gz: e3835e5092c09fcd6ea56a8f5a363126355137cbd9bb8470ebc5223b4952ae12
5
5
  SHA512:
6
- metadata.gz: 18973907187bdf40bca86e7151e9287fccc21c0ddbf51f234ce2ebdabe289b78049ffeb081c7d61b581082ed8327cdd0cbcecde2b074b64d9b77073a840c4c64
7
- data.tar.gz: fa4c78040e823b928b0a0dc7538b554e3e4641fc1f9363bb582b442d57fd765ac4495f67799ef21bc4c513a21d8ba960f153c3e0db46d1f871009cf774e98d4d
6
+ metadata.gz: 77445fca312949e3b227f2e3da193c6044a18b554f9a15ff10558c056f8a9de7283e07fecdf917514117d8ffa4e22c2193f7c5cc491f3b3b4c22d8b4279d3c0b
7
+ data.tar.gz: ba256722360bab2a76eba16eb7dfd8271247478b911bfd09f4ee750384ed91707cb96861f0d9a430659b91c07d1c921b2e9fc229cd4bf360f867c1918da68ff5
@@ -53,13 +53,13 @@ Configuration Install_DomainController {
53
53
  Name = "DNS"
54
54
  }
55
55
 
56
- xDnsServerAddress DnsServerAddress
57
- {
58
- Address = '127.0.0.1'
59
- InterfaceAlias = 'Ethernet'
60
- AddressFamily = 'IPv4'
61
- DependsOn = "[WindowsFeature]DNS"
62
- }
56
+ # xDnsServerAddress DnsServerAddress
57
+ # {
58
+ # Address = '127.0.0.1'
59
+ # InterfaceAlias = 'Ethernet'
60
+ # AddressFamily = 'IPv4'
61
+ # DependsOn = "[WindowsFeature]DNS"
62
+ # }
63
63
 
64
64
  WindowsFeature ADDSInstall
65
65
  {
@@ -97,8 +97,8 @@ Configuration Install_DomainController {
97
97
  DependsOn = @(
98
98
  "[WindowsFeature]ADDSInstall",
99
99
  "[WindowsFeature]RSAT",
100
- "[WindowsFeature]ADDSRSAT",
101
- "[xDnsServerAddress]DnsServerAddress"
100
+ "[WindowsFeature]ADDSRSAT"
101
+ #"[xDnsServerAddress]DnsServerAddress"
102
102
  )
103
103
  }
104
104
  }
@@ -17,7 +17,7 @@ module VagrantPlugins
17
17
  @@ai_client = nil
18
18
  @@ai_config_id = nil
19
19
 
20
- @@plugin_version = '0.2.1902.46'
20
+ @@plugin_version = '0.2.1902.49'
21
21
 
22
22
  @@supported_version = nil
23
23
 
@@ -4,7 +4,7 @@ require 'fileutils'
4
4
  module VagrantPlugins
5
5
 
6
6
  module Uplift
7
- VERSION = "0.2.1902.46"
7
+ VERSION = "0.2.1902.49"
8
8
  end
9
9
 
10
10
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-uplift
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1902.46
4
+ version: 0.2.1902.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - SubPointSupport
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-20 00:00:00.000000000 Z
11
+ date: 2019-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler