We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88407f7 commit 29a74c0Copy full SHA for 29a74c0
Gemfile
@@ -2,3 +2,7 @@ source :rubygems
2
gem 'veewee' #, :git => 'git://github.com/hh/veewee.git'
3
gem "em-winrm" #:, :git => 'git://github.com/hh/em-winrm.git', :ref => '31745601d3'
4
gem 'vagrant-windows'
5
+# em-winrm (0.5.4)
6
+# winrm (1.1.2)
7
+# vagrant-windows (0.1.2)
8
+
definitions/windows-7-enterprise/Autounattend.xml
@@ -68,7 +68,7 @@
68
<UserAccounts>
69
<AdministratorPassword>
70
<Value>vagrant</Value>
71
- <PlainText>false</PlainText>
+ <PlainText>true</PlainText>
72
</AdministratorPassword>
73
<LocalAccounts>
74
<LocalAccount wcm:action="add">
0 commit comments