vagrant-windows 1.3.0 → 1.3.1
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/README.md +6 -5
- data/coverage/.last_run.json +1 -1
- data/coverage/.resultset.json +49 -3
- data/coverage/index.html +405 -129
- data/lib/vagrant-windows/monkey_patches/plugins/provisioners/shell/provisioner.rb +30 -16
- data/lib/vagrant-windows/version.rb +1 -1
- data/lib/vagrant-windows/windows_machine.rb +13 -2
- data/spec/vagrant-windows/windows_machine_spec.rb +22 -1
- data/test.ps1 +1 -0
- metadata +5 -4
data/README.md
CHANGED
@@ -50,10 +50,11 @@ These commands assume you're running from a regular command window and not Power
|
|
50
50
|
|
51
51
|
#### Additional WinRM 1.1 Configuration
|
52
52
|
|
53
|
-
These additional configuration steps are specific to
|
53
|
+
These additional configuration steps are specific to Windows Server 2008 (WinRM 1.1). For Windows Server 2008 R2, Windows 7 and later versions of Windows you can ignore this section.
|
54
54
|
|
55
55
|
1. Ensure the Windows PowerShell feature is installed
|
56
|
-
2. [
|
56
|
+
2. [Change the default WinRM port](http://technet.microsoft.com/en-us/library/ff520073\(v=ws.10\).aspx) (see below) or [upgrade to WinRM 2.0](http://www.microsoft.com/en-us/download/details.aspx?id=20430).
|
57
|
+
|
57
58
|
```
|
58
59
|
netsh firewall add portopening TCP 5985 "Port 5985"
|
59
60
|
winrm set winrm/config/listener?Address=*+Transport=HTTP @{Port="5985"}
|
@@ -64,9 +65,9 @@ winrm set winrm/config/listener?Address=*+Transport=HTTP @{Port="5985"}
|
|
64
65
|
If you like to turn off optional Windows services you'll need to ensure you leave these services enabled for vagrant-windows to continue to work:
|
65
66
|
|
66
67
|
- Base Filtering Engine
|
67
|
-
|
68
|
-
|
69
|
-
|
68
|
+
- Remote Procedure Call (RPC)
|
69
|
+
- DCOM Server Process Launcher
|
70
|
+
- RPC Endpoint Mapper
|
70
71
|
- Windows Firewall
|
71
72
|
- Windows Remote Management (WS-Management)
|
72
73
|
|
data/coverage/.last_run.json
CHANGED
data/coverage/.resultset.json
CHANGED
@@ -709,7 +709,14 @@
|
|
709
709
|
null,
|
710
710
|
null,
|
711
711
|
1,
|
712
|
-
|
712
|
+
6,
|
713
|
+
6,
|
714
|
+
null,
|
715
|
+
null,
|
716
|
+
null,
|
717
|
+
null,
|
718
|
+
null,
|
719
|
+
1,
|
713
720
|
3,
|
714
721
|
null,
|
715
722
|
null,
|
@@ -748,8 +755,12 @@
|
|
748
755
|
null,
|
749
756
|
null,
|
750
757
|
1,
|
758
|
+
1,
|
751
759
|
0,
|
752
760
|
null,
|
761
|
+
1,
|
762
|
+
null,
|
763
|
+
null,
|
753
764
|
null,
|
754
765
|
null,
|
755
766
|
null,
|
@@ -1105,6 +1116,21 @@
|
|
1105
1116
|
0,
|
1106
1117
|
null,
|
1107
1118
|
0,
|
1119
|
+
0,
|
1120
|
+
0,
|
1121
|
+
null,
|
1122
|
+
0,
|
1123
|
+
0,
|
1124
|
+
null,
|
1125
|
+
0,
|
1126
|
+
null,
|
1127
|
+
null,
|
1128
|
+
0,
|
1129
|
+
0,
|
1130
|
+
null,
|
1131
|
+
null,
|
1132
|
+
0,
|
1133
|
+
null,
|
1108
1134
|
null,
|
1109
1135
|
null,
|
1110
1136
|
null,
|
@@ -1123,7 +1149,6 @@
|
|
1123
1149
|
null,
|
1124
1150
|
null,
|
1125
1151
|
null,
|
1126
|
-
null,
|
1127
1152
|
null
|
1128
1153
|
],
|
1129
1154
|
"/Users/sneal/src/vagrant-windows/lib/vagrant-windows/config/windows.rb": [
|
@@ -1520,6 +1545,20 @@
|
|
1520
1545
|
1,
|
1521
1546
|
1,
|
1522
1547
|
1,
|
1548
|
+
null,
|
1549
|
+
null,
|
1550
|
+
1,
|
1551
|
+
1,
|
1552
|
+
1,
|
1553
|
+
1,
|
1554
|
+
null,
|
1555
|
+
null,
|
1556
|
+
null,
|
1557
|
+
1,
|
1558
|
+
1,
|
1559
|
+
1,
|
1560
|
+
1,
|
1561
|
+
1,
|
1523
1562
|
1,
|
1524
1563
|
null,
|
1525
1564
|
null,
|
@@ -1531,6 +1570,13 @@
|
|
1531
1570
|
null,
|
1532
1571
|
null,
|
1533
1572
|
null,
|
1573
|
+
1,
|
1574
|
+
1,
|
1575
|
+
1,
|
1576
|
+
1,
|
1577
|
+
1,
|
1578
|
+
null,
|
1579
|
+
null,
|
1534
1580
|
null,
|
1535
1581
|
null
|
1536
1582
|
],
|
@@ -1702,6 +1748,6 @@
|
|
1702
1748
|
null
|
1703
1749
|
]
|
1704
1750
|
},
|
1705
|
-
"timestamp":
|
1751
|
+
"timestamp": 1386022058
|
1706
1752
|
}
|
1707
1753
|
}
|