Skip to content

Commit 29a74c0

Browse files
committed
minor stuff
1 parent 88407f7 commit 29a74c0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ source :rubygems
22
gem 'veewee' #, :git => 'git://github.com/hh/veewee.git'
33
gem "em-winrm" #:, :git => 'git://github.com/hh/em-winrm.git', :ref => '31745601d3'
44
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<UserAccounts>
6969
<AdministratorPassword>
7070
<Value>vagrant</Value>
71-
<PlainText>false</PlainText>
71+
<PlainText>true</PlainText>
7272
</AdministratorPassword>
7373
<LocalAccounts>
7474
<LocalAccount wcm:action="add">

0 commit comments

Comments
 (0)